#094278

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

Shades of Dark Cerulean #094278

Tints of Dark Cerulean #094278

Color information

#094278 (or 0x094278) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 78. RGB value is (9,66,120). Sum of RGB (Red+Green+Blue) = 9+66+120=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #094278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094278 is #F6BD87. Grayscale: #363636. Windows color (decimal): -16170376 or 7881225. OLE color: 7881225.

HSL color Cylindrical-coordinate representation of color #094278: hue angle of 209.19º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094278 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB966120-
CMYK0.920.4500.53
HSL209.19º86.05%25.29%-
HSV(B)209.19º92.5%47.06%-
XYZ5.455.3118.51-
YUV55.11164.6295.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=4.62%
G=33.85%
B=61.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9661200.920.4500.53209.1986.0525.29
Hex942785C2D035d15619
Octal111021701345506532112631
Binary1001100001011110001011100101101011010111010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094278; }

 p { color: rgb(9,66,120); }

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

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

 a { background-color: rgb(9,66,120); }

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

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

 span { border-color: rgb(9,66,120); }

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