Html Css Color HEX #045F99 Cerulean

📋 copy color: '#045F99'

red 4 ◦ green 95 ◦ blue 153

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

Shades of Cerulean #045F99

Tints of Cerulean #045F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 1.59%
G = 37.7%
B = 60.71%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#045F99 (or 0x045F99) is known color: Cerulean. HEX triplet: 04, 5F and 99. RGB value is (4,95,153). Sum of RGB (Red+Green+Blue) = 4+95+153=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #045F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045F99 is #FBA066. Grayscale: #4A4A4A. Windows color (decimal): -16490599 or 10051332. OLE color: 10051332.

HSL color Cylindrical-coordinate representation of color #045F99: hue angle of 203.36º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045F99 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 95 153 -
CMYK 0.97 0.38 0 0.4
HSL 203.36º 0.95% 0.31% -
HSV(B) 203.36º 0.97% 0.6% -
XYZ 9.89 10.51 31.64 -
YUV 74.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 4 95 153 0.97 0.38 0 0.4 203.36 0.95 0.31
Hex 4 5F 99 61 26 0 28 CB 5F 1F
Octal 4 137 231 141 46 0 50 313 137 37
Binary 100 1011111 10011001 1100001 100110 0 101000 11001011 1011111 11111

Color Harmonies of #045F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F99

Black with #045F99

Text Example


Text Example

White with #045F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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