#09418F

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

Shades of Dark Cerulean #09418F

Tints of Dark Cerulean #09418F

Color information

#09418F (or 0x09418F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 41 and 8F. RGB value is (9,65,143). Sum of RGB (Red+Green+Blue) = 9+65+143=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #09418F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09418F is #F6BE70. Grayscale: #383838. Windows color (decimal): -16170609 or 9388297. OLE color: 9388297.

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

Color convert

RGB965143-
CMYK0.940.5500.44
HSL214.93º88.16%29.8%-
HSV(B)214.93º93.71%56.08%-
XYZ6.965.8226.74-
YUV57.15176.4593.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 143 (56.25% from 255) = 65.90%
R=4.15%
G=29.95%
B=65.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9651430.940.5500.44214.9388.1629.8
Hex9418F5E3702Cd7581e
Octal111012171366705432713036
Binary10011000001100011111011110110111010110011010111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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