#09467F

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

Shades of Dark Cerulean #09467F

Tints of Dark Cerulean #09467F

Color information

#09467F (or 0x09467F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 7F. RGB value is (9,70,127). Sum of RGB (Red+Green+Blue) = 9+70+127=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #09467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09467F is #F6B980. Grayscale: #393939. Windows color (decimal): -16169345 or 8341001. OLE color: 8341001.

HSL color Cylindrical-coordinate representation of color #09467F: hue angle of 208.98º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09467F is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB970127-
CMYK0.930.4500.50
HSL208.98º86.76%26.67%-
HSV(B)208.98º92.91%49.8%-
XYZ6.135.9720.91-
YUV58.26166.7992.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 127 (50% from 255) = 61.65%
R=4.37%
G=33.98%
B=61.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9701270.930.4500.50208.9886.7626.67
Hex9467F5D2D032d1571b
Octal111061771355506232112733
Binary1001100011011111111011101101101011001011010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,70,127); }

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

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

 a { background-color: rgb(9,70,127); }

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

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

 span { border-color: rgb(9,70,127); }

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