#09418B

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

Shades of Dark Cerulean #09418B

Tints of Dark Cerulean #09418B

Color information

#09418B (or 0x09418B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 41 and 8B. RGB value is (9,65,139). Sum of RGB (Red+Green+Blue) = 9+65+139=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #09418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09418B is #F6BE74. Grayscale: #383838. Windows color (decimal): -16170613 or 9126153. OLE color: 9126153.

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

Color convert

RGB965139-
CMYK0.940.5300.45
HSL214.15º87.84%29.02%-
HSV(B)214.15º93.53%54.51%-
XYZ6.665.725.18-
YUV56.69174.4593.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 139 (54.69% from 255) = 65.26%
R=4.23%
G=30.52%
B=65.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9651390.940.5300.45214.1587.8429.02
Hex9418B5E3502Dd6581d
Octal111012131366505532613035
Binary10011000001100010111011110110101010110111010110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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