Html Css Color HEX #045894 Dark Cerulean

📋 copy color: '#045894'

red 4 ◦ green 88 ◦ blue 148

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

Shades of Dark Cerulean #045894

Tints of Dark Cerulean #045894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 1.67%
G = 36.67%
B = 61.67%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#045894 (or 0x045894) is known color: Dark Cerulean. HEX triplet: 04, 58 and 94. RGB value is (4,88,148). Sum of RGB (Red+Green+Blue) = 4+88+148=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #045894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045894 is #FBA76B. Grayscale: #454545. Windows color (decimal): -16492396 or 9721860. OLE color: 9721860.

HSL color Cylindrical-coordinate representation of color #045894: hue angle of 205º 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 #045894 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 88 148 -
CMYK 0.97 0.41 0 0.42
HSL 205º 0.95% 0.3% -
HSV(B) 205º 0.97% 0.58% -
XYZ 8.89 9.14 29.31 -
YUV 69.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 4 88 148 0.97 0.41 0 0.42 205 0.95 0.3
Hex 4 58 94 61 29 0 2A CD 5F 1E
Octal 4 130 224 141 51 0 52 315 137 36
Binary 100 1011000 10010100 1100001 101001 0 101010 11001101 1011111 11110

Color Harmonies of #045894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045894

Black with #045894

Text Example


Text Example

White with #045894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045894; }

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

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

background-color css

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

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

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

border-color css

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

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

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