#003E8B

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

Shades of Dark Cerulean #003E8B

Tints of Dark Cerulean #003E8B

Color information

#003E8B (or 0x003E8B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3E and 8B. RGB value is (0,62,139). Sum of RGB (Red+Green+Blue) = 0+62+139=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #003E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003E8B is #FFC174. Grayscale: #333333. Windows color (decimal): -16761205 or 9125376. OLE color: 9125376.

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

Color convert

RGB062139-
CMYK10.5500.45
HSL213.24º100%27.25%-
HSV(B)213.24º100%54.51%-
XYZ6.385.3125.11-
YUV52.24176.9690.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=0%
G=30.85%
B=69.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal06213910.5500.45213.2410027.25
Hex03E8B643702Dd5641b
Octal0762131446705532514433
Binary0111110100010111100100110111010110111010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,62,139); }

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

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

 a { background-color: rgb(0,62,139); }

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

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

 span { border-color: rgb(0,62,139); }

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