#045377

Color #045377 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #045377

Tints of Dark Cerulean #045377

Color information

#045377 (or 0x045377) is unknown color: approx Dark Cerulean. HEX triplet: 04, 53 and 77. RGB value is (4,83,119). Sum of RGB (Red+Green+Blue) = 4+83+119=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #045377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045377 is #FBAC88. Grayscale: #3F3F3F. Windows color (decimal): -16493705 or 7820036. OLE color: 7820036.

HSL color Cylindrical-coordinate representation of color #045377: hue angle of 198.78º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045377 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB483119-
CMYK0.970.3000.53
HSL198.78º93.5%24.12%-
HSV(B)198.78º96.64%46.67%-
XYZ6.477.5418.57-
YUV63.48159.3385.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=1.94%
G=40.29%
B=57.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4831190.970.3000.53198.7893.524.12
Hex45377611E035c75d18
Octal41231671413606530713530
Binary10010100111110111110000111110011010111000111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045377; }

 p { color: rgb(4,83,119); }

 H1.HeaderClassName
 {
   color: #045377;
 }
 .AnyTagClassName
 {
   color: #045377;
 }
</style>
background-color css

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

 a { background-color: rgb(4,83,119); }

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

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

 span { border-color: rgb(4,83,119); }

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