Html Css Color HEX #045FAE Denim

📋 copy color: '#045FAE'

red 4 ◦ green 95 ◦ blue 174

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

Shades of Denim #045FAE

Tints of Denim #045FAE

RGB

 RED value IS 4 (1.95% from 255) = 1.47%

 GREEN value IS 95 (37.5% from 255) = 34.8%

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

R = 1.47%
G = 34.8%
B = 63.74%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#045FAE (or 0x045FAE) is known color: Denim. HEX triplet: 04, 5F and AE. RGB value is (4,95,174). Sum of RGB (Red+Green+Blue) = 4+95+174=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #045FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045FAE is #FBA051. Grayscale: #4C4C4C. Windows color (decimal): -16490578 or 11427588. OLE color: 11427588.

HSL color Cylindrical-coordinate representation of color #045FAE: hue angle of 207.88º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FAE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 95 174 -
CMYK 0.98 0.45 0 0.32
HSL 207.88º 0.96% 0.35% -
HSV(B) 207.88º 0.98% 0.68% -
XYZ 11.78 11.27 41.6 -
YUV 76.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 4 95 174 0.98 0.45 0 0.32 207.88 0.96 0.35
Hex 4 5F AE 62 2D 0 20 D0 60 23
Octal 4 137 256 142 55 0 40 320 140 43
Binary 100 1011111 10101110 1100010 101101 0 100000 11010000 1100000 100011

Color Harmonies of #045FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FAE

Black with #045FAE

Text Example


Text Example

White with #045FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045FAE; }

 p { color: rgb(4,95,174); }

 H1.HeaderClassName
 {
   color: #045FAE;
 }
 .AnyTagClassName
 {
   color: #045FAE;
 }
</style>

background-color css

<style>
 a { background-color: #045FAE; }

 a { background-color: rgb(4,95,174); }

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

border-color css

<style>
 span { border-color: #045FAE; }

 span { border-color: rgb(4,95,174); }

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