#003F72

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

Shades of Dark Cerulean #003F72

Tints of Dark Cerulean #003F72

Color information

#003F72 (or 0x003F72) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3F and 72. RGB value is (0,63,114). Sum of RGB (Red+Green+Blue) = 0+63+114=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #003F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F72 is #FFC08D. Grayscale: #313131. Windows color (decimal): -16760974 or 7487232. OLE color: 7487232.

HSL color Cylindrical-coordinate representation of color #003F72: hue angle of 206.84º 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 #003F72 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB063114-
CMYK10.4500.55
HSL206.84º100%22.35%-
HSV(B)206.84º100%44.71%-
XYZ4.814.7716.59-
YUV49.98164.1392.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=0%
G=35.59%
B=64.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal06311410.4500.55206.8410022.35
Hex03F72642D037cf6416
Octal0771621445506731714426
Binary011111111100101100100101101011011111001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003F72; }

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

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

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

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

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

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

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

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