Html Css Color HEX #145FAA Denim

📋 copy color: '#145FAA'

red 20 ◦ green 95 ◦ blue 170

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

Shades of Denim #145FAA

Tints of Denim #145FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 7.02%
G = 33.33%
B = 59.65%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#145FAA (or 0x145FAA) is known color: Denim. HEX triplet: 14, 5F and AA. RGB value is (20,95,170). Sum of RGB (Red+Green+Blue) = 20+95+170=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #145FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145FAA is #EBA055. Grayscale: #505050. Windows color (decimal): -15442006 or 11165460. OLE color: 11165460.

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

Color convert

RGB 20 95 170 -
CMYK 0.88 0.44 0 0.33
HSL 210º 0.79% 0.37% -
HSV(B) 210º 0.88% 0.67% -
XYZ 11.64 11.24 39.59 -
YUV 81.13 178.15 84.4 -
System Red Green Blue C M Y K H S L
Decimal 20 95 170 0.88 0.44 0 0.33 210 0.79 0.37
Hex 14 5F AA 58 2C 0 21 D2 4F 25
Octal 24 137 252 130 54 0 41 322 117 45
Binary 10100 1011111 10101010 1011000 101100 0 100001 11010010 1001111 100101

Color Harmonies of #145FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FAA

Black with #145FAA

Text Example


Text Example

White with #145FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,95,170); }

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

background-color css

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

 a { background-color: rgb(20,95,170); }

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

border-color css

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

 span { border-color: rgb(20,95,170); }

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