Html Css Color HEX #045885 Dark Cerulean

📋 copy color: '#045885'

red 4 ◦ green 88 ◦ blue 133

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

Shades of Dark Cerulean #045885

Tints of Dark Cerulean #045885

RGB

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

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

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

R = 1.78%
G = 39.11%
B = 59.11%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#045885 (or 0x045885) is known color: Dark Cerulean. HEX triplet: 04, 58 and 85. RGB value is (4,88,133). Sum of RGB (Red+Green+Blue) = 4+88+133=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #045885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045885 is #FBA77A. Grayscale: #434343. Windows color (decimal): -16492411 or 8738820. OLE color: 8738820.

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

Color convert

RGB 4 88 133 -
CMYK 0.97 0.34 0 0.48
HSL 200.93º 0.94% 0.27% -
HSV(B) 200.93º 0.97% 0.52% -
XYZ 7.77 8.7 23.46 -
YUV 68.01 164.67 82.34 -
System Red Green Blue C M Y K H S L
Decimal 4 88 133 0.97 0.34 0 0.48 200.93 0.94 0.27
Hex 4 58 85 61 22 0 30 C9 5E 1B
Octal 4 130 205 141 42 0 60 311 136 33
Binary 100 1011000 10000101 1100001 100010 0 110000 11001001 1011110 11011

Color Harmonies of #045885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045885

Black with #045885

Text Example


Text Example

White with #045885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045885; }

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

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

background-color css

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

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

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

border-color css

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

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

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