#004772

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

Shades of Dark Cerulean #004772

Tints of Dark Cerulean #004772

Color information

#004772 (or 0x004772) is unknown color: approx Dark Cerulean. HEX triplet: 00, 47 and 72. RGB value is (0,71,114). Sum of RGB (Red+Green+Blue) = 0+71+114=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #004772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004772 is #FFB88D. Grayscale: #363636. Windows color (decimal): -16758926 or 7489280. OLE color: 7489280.

HSL color Cylindrical-coordinate representation of color #004772: hue angle of 202.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004772 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB071114-
CMYK10.3800.55
HSL202.63º100%22.35%-
HSV(B)202.63º100%44.71%-
XYZ5.295.7216.75-
YUV54.67161.4889-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=0%
G=38.38%
B=61.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal07111410.3800.55202.6310022.35
Hex047726426037cb6416
Octal01071621444606731314426
Binary0100011111100101100100100110011011111001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004772; }

 p { color: rgb(0,71,114); }

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

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

 a { background-color: rgb(0,71,114); }

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

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

 span { border-color: rgb(0,71,114); }

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