#094885

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

Shades of Dark Cerulean #094885

Tints of Dark Cerulean #094885

Color information

#094885 (or 0x094885) is unknown color: approx Dark Cerulean. HEX triplet: 09, 48 and 85. RGB value is (9,72,133). Sum of RGB (Red+Green+Blue) = 9+72+133=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #094885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094885 is #F6B77A. Grayscale: #3B3B3B. Windows color (decimal): -16168827 or 8734729. OLE color: 8734729.

HSL color Cylindrical-coordinate representation of color #094885: hue angle of 209.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094885 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB972133-
CMYK0.930.4600.48
HSL209.52º87.32%27.84%-
HSV(B)209.52º93.23%52.16%-
XYZ6.666.3923.07-
YUV60.12169.1391.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 133 (52.34% from 255) = 62.15%
R=4.21%
G=33.64%
B=62.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9721330.930.4600.48209.5287.3227.84
Hex948855D2E030d2571c
Octal111102051355606032212734
Binary10011001000100001011011101101110011000011010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094885; }

 p { color: rgb(9,72,133); }

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

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

 a { background-color: rgb(9,72,133); }

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

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

 span { border-color: rgb(9,72,133); }

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