#09446F

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

Shades of Dark Cerulean #09446F

Tints of Dark Cerulean #09446F

Color information

#09446F (or 0x09446F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 44 and 6F. RGB value is (9,68,111). Sum of RGB (Red+Green+Blue) = 9+68+111=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #09446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09446F is #F6BB90. Grayscale: #373737. Windows color (decimal): -16169873 or 7291913. OLE color: 7291913.

HSL color Cylindrical-coordinate representation of color #09446F: hue angle of 205.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09446F is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB968111-
CMYK0.920.3900.56
HSL205.29º85%23.53%-
HSV(B)205.29º91.89%43.53%-
XYZ5.055.3415.8-
YUV55.26159.4595-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 111 (43.75% from 255) = 59.04%
R=4.79%
G=36.17%
B=59.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9681110.920.3900.56205.298523.53
Hex9446F5C27038cd5518
Octal111041571344707031512530
Binary1001100010011011111011100100111011100011001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,68,111); }

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

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

 a { background-color: rgb(9,68,111); }

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

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

 span { border-color: rgb(9,68,111); }

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