#094680

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

Shades of Dark Cerulean #094680

Tints of Dark Cerulean #094680

Color information

#094680 (or 0x094680) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 80. RGB value is (9,70,128). Sum of RGB (Red+Green+Blue) = 9+70+128=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #094680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094680 is #F6B97F. Grayscale: #3A3A3A. Windows color (decimal): -16169344 or 8406537. OLE color: 8406537.

HSL color Cylindrical-coordinate representation of color #094680: hue angle of 209.24º 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 #094680 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB970128-
CMYK0.930.4500.50
HSL209.24º86.86%26.86%-
HSV(B)209.24º92.97%50.2%-
XYZ6.2621.25-
YUV58.37167.2992.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 128 (50.39% from 255) = 61.84%
R=4.35%
G=33.82%
B=61.84%

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
Decimal9701280.930.4500.50209.2486.8626.86
Hex946805D2D032d1571b
Octal111062001355506232112733
Binary10011000110100000001011101101101011001011010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094680; }

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

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

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

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

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

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

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

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