Html Css Color HEX #145CA0 Denim

📋 copy color: '#145CA0'

red 20 ◦ green 92 ◦ blue 160

#145CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #145CA0

Tints of Denim #145CA0

RGB

 RED value IS 20 (8.2% from 255) = 7.35%

 GREEN value IS 92 (36.33% from 255) = 33.82%

 BLUE value IS 160 (62.89% from 255) = 58.82%

R = 7.35%
G = 33.82%
B = 58.82%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#145CA0 (or 0x145CA0) is known color: Denim. HEX triplet: 14, 5C and A0. RGB value is (20,92,160). Sum of RGB (Red+Green+Blue) = 20+92+160=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #145CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145CA0 is #EBA35F. Grayscale: #4D4D4D. Windows color (decimal): -15442784 or 10509332. OLE color: 10509332.

HSL color Cylindrical-coordinate representation of color #145CA0: hue angle of 209.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145CA0 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 92 160 -
CMYK 0.88 0.43 0 0.37
HSL 209.14º 0.78% 0.35% -
HSV(B) 209.14º 0.88% 0.63% -
XYZ 10.46 10.34 34.7 -
YUV 78.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 20 92 160 0.88 0.43 0 0.37 209.14 0.78 0.35
Hex 14 5C A0 58 2B 0 25 D1 4E 23
Octal 24 134 240 130 53 0 45 321 116 43
Binary 10100 1011100 10100000 1011000 101011 0 100101 11010001 1001110 100011

Color Harmonies of #145CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CA0

Black with #145CA0

Text Example


Text Example

White with #145CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145CA0; }

 p { color: rgb(20,92,160); }

 H1.HeaderClassName
 {
   color: #145CA0;
 }
 .AnyTagClassName
 {
   color: #145CA0;
 }
</style>

background-color css

<style>
 a { background-color: #145CA0; }

 a { background-color: rgb(20,92,160); }

 div.DivClassName
 {
   background-color: #145CA0;
 }
 .BgClassName
 {
   background-color: #145CA0;
 }
</style>

border-color css

<style>
 span { border-color: #145CA0; }

 span { border-color: rgb(20,92,160); }

 td.TdClassName
 {
   border-color: #145CA0;
 }
 .TagClassName
 {
   border-color: #145CA0;
 }
</style>