#094284

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

Shades of Dark Cerulean #094284

Tints of Dark Cerulean #094284

Color information

#094284 (or 0x094284) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 84. RGB value is (9,66,132). Sum of RGB (Red+Green+Blue) = 9+66+132=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #094284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094284 is #F6BD7B. Grayscale: #383838. Windows color (decimal): -16170364 or 8667657. OLE color: 8667657.

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

Color convert

RGB966132-
CMYK0.930.500.48
HSL212.2º87.23%27.65%-
HSV(B)212.2º93.18%51.76%-
XYZ6.235.6222.59-
YUV56.48170.6294.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 132 (51.95% from 255) = 63.77%
R=4.35%
G=31.88%
B=63.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9661320.930.500.48212.287.2327.65
Hex942845D32030d4571c
Octal111022041356206032412734
Binary10011000010100001001011101110010011000011010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094284; }

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

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

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

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

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

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

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

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