Html Css Color HEX #045682 Dark Cerulean

📋 copy color: '#045682'

red 4 ◦ green 86 ◦ blue 130

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

Shades of Dark Cerulean #045682

Tints of Dark Cerulean #045682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 130 (51.17% from 255) = 59.09%

R = 1.82%
G = 39.09%
B = 59.09%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#045682 (or 0x045682) is known color: Dark Cerulean. HEX triplet: 04, 56 and 82. RGB value is (4,86,130). Sum of RGB (Red+Green+Blue) = 4+86+130=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #045682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045682 is #FBA97D. Grayscale: #424242. Windows color (decimal): -16492926 or 8541700. OLE color: 8541700.

HSL color Cylindrical-coordinate representation of color #045682: hue angle of 200.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045682 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 86 130 -
CMYK 0.97 0.34 0 0.49
HSL 200.95º 0.94% 0.26% -
HSV(B) 200.95º 0.97% 0.51% -
XYZ 7.41 8.29 22.33 -
YUV 66.5 163.83 83.42 -
System Red Green Blue C M Y K H S L
Decimal 4 86 130 0.97 0.34 0 0.49 200.95 0.94 0.26
Hex 4 56 82 61 22 0 31 C9 5E 1A
Octal 4 126 202 141 42 0 61 311 136 32
Binary 100 1010110 10000010 1100001 100010 0 110001 11001001 1011110 11010

Color Harmonies of #045682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045682

Black with #045682

Text Example


Text Example

White with #045682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045682; }

 p { color: rgb(4,86,130); }

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

background-color css

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

 a { background-color: rgb(4,86,130); }

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

border-color css

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

 span { border-color: rgb(4,86,130); }

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