#045F94

Color #045F94 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #045F94

Tints of Cerulean #045F94

Color information

#045F94 (or 0x045F94) is unknown color: approx Cerulean. HEX triplet: 04, 5F and 94. RGB value is (4,95,148). Sum of RGB (Red+Green+Blue) = 4+95+148=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #045F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045F94 is #FBA06B. Grayscale: #494949. Windows color (decimal): -16490604 or 9723652. OLE color: 9723652.

HSL color Cylindrical-coordinate representation of color #045F94: hue angle of 202.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045F94 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB495148-
CMYK0.970.3600.42
HSL202.08º94.74%29.8%-
HSV(B)202.08º97.3%58.04%-
XYZ9.4910.3529.51-
YUV73.83169.8578.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.62%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 148 (58.20% from 255) = 59.92%
R=1.62%
G=38.46%
B=59.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4951480.970.3600.42202.0894.7429.8
Hex45F94612402Aca5f1e
Octal41372241414405231213736
Binary1001011111100101001100001100100010101011001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #045F94;
 }
 .AnyTagClassName
 {
   color: #045F94;
 }
</style>
background-color css

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

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

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

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

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

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