#003D81

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

Shades of Dark Cerulean #003D81

Tints of Dark Cerulean #003D81

Color information

#003D81 (or 0x003D81) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3D and 81. RGB value is (0,61,129). Sum of RGB (Red+Green+Blue) = 0+61+129=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #003D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D81 is #FFC27E. Grayscale: #323232. Windows color (decimal): -16761471 or 8469760. OLE color: 8469760.

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

Color convert

RGB061129-
CMYK10.5300.49
HSL211.63º100%25.29%-
HSV(B)211.63º100%50.59%-
XYZ5.634.9221.42-
YUV50.51172.2991.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 129 (50.78% from 255) = 67.89%
R=0%
G=32.11%
B=67.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06112910.5300.49211.6310025.29
Hex03D816435031d46419
Octal0752011446506132414431
Binary0111101100000011100100110101011000111010100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,61,129); }

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

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

 a { background-color: rgb(0,61,129); }

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

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

 span { border-color: rgb(0,61,129); }

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