Html Css Color HEX #145EAC Denim

📋 copy color: '#145EAC'

red 20 ◦ green 94 ◦ blue 172

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

Shades of Denim #145EAC

Tints of Denim #145EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 6.99%
G = 32.87%
B = 60.14%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#145EAC (or 0x145EAC) is known color: Denim. HEX triplet: 14, 5E and AC. RGB value is (20,94,172). Sum of RGB (Red+Green+Blue) = 20+94+172=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #145EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145EAC is #EBA153. Grayscale: #505050. Windows color (decimal): -15442260 or 11296276. OLE color: 11296276.

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

Color convert

RGB 20 94 172 -
CMYK 0.88 0.45 0 0.33
HSL 210.79º 0.79% 0.38% -
HSV(B) 210.79º 0.88% 0.67% -
XYZ 11.74 11.13 40.56 -
YUV 80.77 179.48 84.66 -
System Red Green Blue C M Y K H S L
Decimal 20 94 172 0.88 0.45 0 0.33 210.79 0.79 0.38
Hex 14 5E AC 58 2D 0 21 D3 4F 26
Octal 24 136 254 130 55 0 41 323 117 46
Binary 10100 1011110 10101100 1011000 101101 0 100001 11010011 1001111 100110

Color Harmonies of #145EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EAC

Black with #145EAC

Text Example


Text Example

White with #145EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,94,172); }

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

background-color css

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

 a { background-color: rgb(20,94,172); }

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

border-color css

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

 span { border-color: rgb(20,94,172); }

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