#03418D

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

Shades of Dark Cerulean #03418D

Tints of Dark Cerulean #03418D

Color information

#03418D (or 0x03418D) is unknown color: approx Dark Cerulean. HEX triplet: 03, 41 and 8D. RGB value is (3,65,141). Sum of RGB (Red+Green+Blue) = 3+65+141=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #03418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03418D is #FCBE72. Grayscale: #363636. Windows color (decimal): -16563827 or 9257219. OLE color: 9257219.

HSL color Cylindrical-coordinate representation of color #03418D: hue angle of 213.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03418D is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB365141-
CMYK0.980.5400.45
HSL213.04º95.83%28.24%-
HSV(B)213.04º97.87%55.29%-
XYZ6.745.7225.95-
YUV55.13176.4690.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 141 (55.47% from 255) = 67.46%
R=1.44%
G=31.10%
B=67.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3651410.980.5400.45213.0495.8328.24
Hex3418D623602Dd5601c
Octal31012151426605532514034
Binary111000001100011011100010110110010110111010101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03418D; }

 p { color: rgb(3,65,141); }

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

<style>
 a { background-color: #03418D; }

 a { background-color: rgb(3,65,141); }

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

<style>
 span { border-color: #03418D; }

 span { border-color: rgb(3,65,141); }

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