Html Css Color HEX #045785 Dark Cerulean

📋 copy color: '#045785'

red 4 ◦ green 87 ◦ blue 133

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

Shades of Dark Cerulean #045785

Tints of Dark Cerulean #045785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.84%

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 1.79%
G = 38.84%
B = 59.38%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#045785 (or 0x045785) is known color: Dark Cerulean. HEX triplet: 04, 57 and 85. RGB value is (4,87,133). Sum of RGB (Red+Green+Blue) = 4+87+133=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #045785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045785 is #FBA87A. Grayscale: #434343. Windows color (decimal): -16492667 or 8738564. OLE color: 8738564.

HSL color Cylindrical-coordinate representation of color #045785: hue angle of 201.4º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045785 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 87 133 -
CMYK 0.97 0.35 0 0.48
HSL 201.4º 0.94% 0.27% -
HSV(B) 201.4º 0.97% 0.52% -
XYZ 7.69 8.54 23.43 -
YUV 67.43 165 82.76 -
System Red Green Blue C M Y K H S L
Decimal 4 87 133 0.97 0.35 0 0.48 201.4 0.94 0.27
Hex 4 57 85 61 23 0 30 C9 5E 1B
Octal 4 127 205 141 43 0 60 311 136 33
Binary 100 1010111 10000101 1100001 100011 0 110000 11001001 1011110 11011

Color Harmonies of #045785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045785

Black with #045785

Text Example


Text Example

White with #045785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045785; }

 p { color: rgb(4,87,133); }

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

background-color css

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

 a { background-color: rgb(4,87,133); }

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

border-color css

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

 span { border-color: rgb(4,87,133); }

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