Html Css Color HEX #145EAE Denim

📋 copy color: '#145EAE'

red 20 ◦ green 94 ◦ blue 174

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

Shades of Denim #145EAE

Tints of Denim #145EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 6.94%
G = 32.64%
B = 60.42%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#145EAE (or 0x145EAE) is known color: Denim. HEX triplet: 14, 5E and AE. RGB value is (20,94,174). Sum of RGB (Red+Green+Blue) = 20+94+174=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #145EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145EAE is #EBA151. Grayscale: #505050. Windows color (decimal): -15442258 or 11427348. OLE color: 11427348.

HSL color Cylindrical-coordinate representation of color #145EAE: hue angle of 211.17º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145EAE is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 94 174 -
CMYK 0.89 0.46 0 0.32
HSL 211.17º 0.79% 0.38% -
HSV(B) 211.17º 0.89% 0.68% -
XYZ 11.93 11.21 41.58 -
YUV 80.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 20 94 174 0.89 0.46 0 0.32 211.17 0.79 0.38
Hex 14 5E AE 59 2E 0 20 D3 4F 26
Octal 24 136 256 131 56 0 40 323 117 46
Binary 10100 1011110 10101110 1011001 101110 0 100000 11010011 1001111 100110

Color Harmonies of #145EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EAE

Black with #145EAE

Text Example


Text Example

White with #145EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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