#094688

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

Shades of Dark Cerulean #094688

Tints of Dark Cerulean #094688

Color information

#094688 (or 0x094688) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 88. RGB value is (9,70,136). Sum of RGB (Red+Green+Blue) = 9+70+136=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #094688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094688 is #F6B977. Grayscale: #3A3A3A. Windows color (decimal): -16169336 or 8930825. OLE color: 8930825.

HSL color Cylindrical-coordinate representation of color #094688: hue angle of 211.18º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094688 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB970136-
CMYK0.930.4900.47
HSL211.18º87.59%28.43%-
HSV(B)211.18º93.38%53.33%-
XYZ6.756.2224.14-
YUV59.28171.2992.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 136 (53.52% from 255) = 63.26%
R=4.19%
G=32.56%
B=63.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9701360.930.4900.47211.1887.5928.43
Hex946885D3102Fd3581c
Octal111062101356105732313034
Binary10011000110100010001011101110001010111111010011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094688; }

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

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

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

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

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

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

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

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