Html Css Color HEX #045995 Dark Cerulean

📋 copy color: '#045995'

red 4 ◦ green 89 ◦ blue 149

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

Shades of Dark Cerulean #045995

Tints of Dark Cerulean #045995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 149 (58.59% from 255) = 61.57%

R = 1.65%
G = 36.78%
B = 61.57%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#045995 (or 0x045995) is known color: Dark Cerulean. HEX triplet: 04, 59 and 95. RGB value is (4,89,149). Sum of RGB (Red+Green+Blue) = 4+89+149=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #045995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045995 is #FBA66A. Grayscale: #464646. Windows color (decimal): -16492139 or 9787652. OLE color: 9787652.

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

Color convert

RGB 4 89 149 -
CMYK 0.97 0.40 0 0.42
HSL 204.83º 0.95% 0.3% -
HSV(B) 204.83º 0.97% 0.58% -
XYZ 9.05 9.34 29.76 -
YUV 70.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 4 89 149 0.97 0.40 0 0.42 204.83 0.95 0.3
Hex 4 59 95 61 28 0 2A CD 5F 1E
Octal 4 131 225 141 50 0 52 315 137 36
Binary 100 1011001 10010101 1100001 101000 0 101010 11001101 1011111 11110

Color Harmonies of #045995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045995

Black with #045995

Text Example


Text Example

White with #045995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045995; }

 p { color: rgb(4,89,149); }

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

background-color css

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

 a { background-color: rgb(4,89,149); }

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

border-color css

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

 span { border-color: rgb(4,89,149); }

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