#003B7B

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

Shades of Dark Cerulean #003B7B

Tints of Dark Cerulean #003B7B

Color information

#003B7B (or 0x003B7B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3B and 7B. RGB value is (0,59,123). Sum of RGB (Red+Green+Blue) = 0+59+123=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #003B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B7B is #FFC484. Grayscale: #303030. Windows color (decimal): -16761989 or 8076032. OLE color: 8076032.

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

Color convert

RGB059123-
CMYK10.5200.52
HSL211.22º100%24.12%-
HSV(B)211.22º100%48.24%-
XYZ5.144.5619.35-
YUV48.65169.9593.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=0%
G=32.42%
B=67.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal05912310.5200.52211.2210024.12
Hex03B7B6434034d36418
Octal0731731446406432314430
Binary011101111110111100100110100011010011010011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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