#003F7B

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

Shades of Dark Cerulean #003F7B

Tints of Dark Cerulean #003F7B

Color information

#003F7B (or 0x003F7B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3F and 7B. RGB value is (0,63,123). Sum of RGB (Red+Green+Blue) = 0+63+123=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #003F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F7B is #FFC084. Grayscale: #323232. Windows color (decimal): -16760965 or 8077056. OLE color: 8077056.

HSL color Cylindrical-coordinate representation of color #003F7B: hue angle of 209.27º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F7B is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB063123-
CMYK10.4900.52
HSL209.27º100%24.12%-
HSV(B)209.27º100%48.24%-
XYZ5.354.9919.42-
YUV51168.6391.62-

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) = 33.87%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=0%
G=33.87%
B=66.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal06312310.4900.52209.2710024.12
Hex03F7B6431034d16418
Octal0771731446106432114430
Binary011111111110111100100110001011010011010001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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