Html Css Color HEX #145DA9 Denim

📋 copy color: '#145DA9'

red 20 ◦ green 93 ◦ blue 169

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

Shades of Denim #145DA9

Tints of Denim #145DA9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

 BLUE value IS 169 (66.41% from 255) = 59.93%

R = 7.09%
G = 32.98%
B = 59.93%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#145DA9 (or 0x145DA9) is known color: Denim. HEX triplet: 14, 5D and A9. RGB value is (20,93,169). Sum of RGB (Red+Green+Blue) = 20+93+169=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #145DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DA9 is #EBA256. Grayscale: #4F4F4F. Windows color (decimal): -15442519 or 11099412. OLE color: 11099412.

HSL color Cylindrical-coordinate representation of color #145DA9: hue angle of 210.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145DA9 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 93 169 -
CMYK 0.88 0.45 0 0.34
HSL 210.6º 0.79% 0.37% -
HSV(B) 210.6º 0.88% 0.66% -
XYZ 11.36 10.84 39.03 -
YUV 79.84 178.32 85.32 -
System Red Green Blue C M Y K H S L
Decimal 20 93 169 0.88 0.45 0 0.34 210.6 0.79 0.37
Hex 14 5D A9 58 2D 0 22 D3 4F 25
Octal 24 135 251 130 55 0 42 323 117 45
Binary 10100 1011101 10101001 1011000 101101 0 100010 11010011 1001111 100101

Color Harmonies of #145DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DA9

Black with #145DA9

Text Example


Text Example

White with #145DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,93,169); }

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

background-color css

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

 a { background-color: rgb(20,93,169); }

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

border-color css

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

 span { border-color: rgb(20,93,169); }

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