#03418F

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

Shades of Dark Cerulean #03418F

Tints of Dark Cerulean #03418F

Color information

#03418F (or 0x03418F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 41 and 8F. RGB value is (3,65,143). Sum of RGB (Red+Green+Blue) = 3+65+143=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #03418F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03418F is #FCBE70. Grayscale: #363636. Windows color (decimal): -16563825 or 9388291. OLE color: 9388291.

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

Color convert

RGB365143-
CMYK0.980.5500.44
HSL213.43º95.89%28.63%-
HSV(B)213.43º97.9%56.08%-
XYZ6.895.7826.74-
YUV55.35177.4690.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 143 (56.25% from 255) = 67.77%
R=1.42%
G=30.81%
B=67.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3651430.980.5500.44213.4395.8928.63
Hex3418F623702Cd5601d
Octal31012171426705432514035
Binary111000001100011111100010110111010110011010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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