Html Css Color HEX #145FAB Denim

📋 copy color: '#145FAB'

red 20 ◦ green 95 ◦ blue 171

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

Shades of Denim #145FAB

Tints of Denim #145FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 6.99%
G = 33.22%
B = 59.79%

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

#145FAB (or 0x145FAB) is known color: Denim. HEX triplet: 14, 5F and AB. RGB value is (20,95,171). Sum of RGB (Red+Green+Blue) = 20+95+171=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #145FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145FAB is #EBA054. Grayscale: #505050. Windows color (decimal): -15442005 or 11230996. OLE color: 11230996.

HSL color Cylindrical-coordinate representation of color #145FAB: hue angle of 210.2º 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 #145FAB is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 95 171 -
CMYK 0.88 0.44 0 0.33
HSL 210.2º 0.79% 0.37% -
HSV(B) 210.2º 0.88% 0.67% -
XYZ 11.73 11.27 40.09 -
YUV 81.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 20 95 171 0.88 0.44 0 0.33 210.2 0.79 0.37
Hex 14 5F AB 58 2C 0 21 D2 4F 25
Octal 24 137 253 130 54 0 41 322 117 45
Binary 10100 1011111 10101011 1011000 101100 0 100001 11010010 1001111 100101

Color Harmonies of #145FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FAB

Black with #145FAB

Text Example


Text Example

White with #145FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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