Html Css Color HEX #145DAE Denim

📋 copy color: '#145DAE'

red 20 ◦ green 93 ◦ blue 174

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

Shades of Denim #145DAE

Tints of Denim #145DAE

RGB

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

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

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

R = 6.97%
G = 32.4%
B = 60.63%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#145DAE (or 0x145DAE) is known color: Denim. HEX triplet: 14, 5D and AE. RGB value is (20,93,174). Sum of RGB (Red+Green+Blue) = 20+93+174=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #145DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DAE is #EBA251. Grayscale: #505050. Windows color (decimal): -15442514 or 11427092. OLE color: 11427092.

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

Color convert

RGB 20 93 174 -
CMYK 0.89 0.47 0 0.32
HSL 211.56º 0.79% 0.38% -
HSV(B) 211.56º 0.89% 0.68% -
XYZ 11.84 11.03 41.55 -
YUV 80.41 180.82 84.91 -
System Red Green Blue C M Y K H S L
Decimal 20 93 174 0.89 0.47 0 0.32 211.56 0.79 0.38
Hex 14 5D AE 59 2F 0 20 D4 4F 26
Octal 24 135 256 131 57 0 40 324 117 46
Binary 10100 1011101 10101110 1011001 101111 0 100000 11010100 1001111 100110

Color Harmonies of #145DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DAE

Black with #145DAE

Text Example


Text Example

White with #145DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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