Html Css Color HEX #145DAB Denim

📋 copy color: '#145DAB'

red 20 ◦ green 93 ◦ blue 171

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

Shades of Denim #145DAB

Tints of Denim #145DAB

RGB

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

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

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

R = 7.04%
G = 32.75%
B = 60.21%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#145DAB (or 0x145DAB) is known color: Denim. HEX triplet: 14, 5D and AB. RGB value is (20,93,171). Sum of RGB (Red+Green+Blue) = 20+93+171=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #145DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DAB is #EBA254. Grayscale: #4F4F4F. Windows color (decimal): -15442517 or 11230484. OLE color: 11230484.

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

Color convert

RGB 20 93 171 -
CMYK 0.88 0.46 0 0.33
HSL 210.99º 0.79% 0.37% -
HSV(B) 210.99º 0.88% 0.67% -
XYZ 11.55 10.92 40.03 -
YUV 80.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 20 93 171 0.88 0.46 0 0.33 210.99 0.79 0.37
Hex 14 5D AB 58 2E 0 21 D3 4F 25
Octal 24 135 253 130 56 0 41 323 117 45
Binary 10100 1011101 10101011 1011000 101110 0 100001 11010011 1001111 100101

Color Harmonies of #145DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DAB

Black with #145DAB

Text Example


Text Example

White with #145DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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