Html Css Color HEX #145BAB Denim

📋 copy color: '#145BAB'

red 20 ◦ green 91 ◦ blue 171

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

Shades of Denim #145BAB

Tints of Denim #145BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

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

R = 7.09%
G = 32.27%
B = 60.64%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#145BAB (or 0x145BAB) is known color: Denim. HEX triplet: 14, 5B and AB. RGB value is (20,91,171). Sum of RGB (Red+Green+Blue) = 20+91+171=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #145BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145BAB is #EBA454. Grayscale: #4E4E4E. Windows color (decimal): -15443029 or 11229972. OLE color: 11229972.

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

Color convert

RGB 20 91 171 -
CMYK 0.88 0.47 0 0.33
HSL 211.79º 0.79% 0.37% -
HSV(B) 211.79º 0.88% 0.67% -
XYZ 11.38 10.57 39.97 -
YUV 78.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 20 91 171 0.88 0.47 0 0.33 211.79 0.79 0.37
Hex 14 5B AB 58 2F 0 21 D4 4F 25
Octal 24 133 253 130 57 0 41 324 117 45
Binary 10100 1011011 10101011 1011000 101111 0 100001 11010100 1001111 100101

Color Harmonies of #145BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BAB

Black with #145BAB

Text Example


Text Example

White with #145BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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