Html Css Color HEX #045595 Dark Cerulean

📋 copy color: '#045595'

red 4 ◦ green 85 ◦ blue 149

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

Shades of Dark Cerulean #045595

Tints of Dark Cerulean #045595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

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

R = 1.68%
G = 35.71%
B = 62.61%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#045595 (or 0x045595) is known color: Dark Cerulean. HEX triplet: 04, 55 and 95. RGB value is (4,85,149). Sum of RGB (Red+Green+Blue) = 4+85+149=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #045595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045595 is #FBAA6A. Grayscale: #434343. Windows color (decimal): -16493163 or 9786628. OLE color: 9786628.

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

Color convert

RGB 4 85 149 -
CMYK 0.97 0.43 0 0.42
HSL 206.48º 0.95% 0.3% -
HSV(B) 206.48º 0.97% 0.58% -
XYZ 8.72 8.69 29.65 -
YUV 68.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 4 85 149 0.97 0.43 0 0.42 206.48 0.95 0.3
Hex 4 55 95 61 2B 0 2A CE 5F 1E
Octal 4 125 225 141 53 0 52 316 137 36
Binary 100 1010101 10010101 1100001 101011 0 101010 11001110 1011111 11110

Color Harmonies of #045595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045595

Black with #045595

Text Example


Text Example

White with #045595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045595; }

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

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

background-color css

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

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

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

border-color css

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

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

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