#094283

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

Shades of Dark Cerulean #094283

Tints of Dark Cerulean #094283

Color information

#094283 (or 0x094283) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 83. RGB value is (9,66,131). Sum of RGB (Red+Green+Blue) = 9+66+131=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #094283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094283 is #F6BD7C. Grayscale: #383838. Windows color (decimal): -16170365 or 8602121. OLE color: 8602121.

HSL color Cylindrical-coordinate representation of color #094283: hue angle of 211.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094283 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB966131-
CMYK0.930.5000.49
HSL211.97º87.14%27.45%-
HSV(B)211.97º93.13%51.37%-
XYZ6.165.5922.23-
YUV56.37170.1294.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 131 (51.56% from 255) = 63.59%
R=4.37%
G=32.04%
B=63.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9661310.930.5000.49211.9787.1427.45
Hex942835D32031d4571b
Octal111022031356206132412733
Binary10011000010100000111011101110010011000111010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094283; }

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

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

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

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

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

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

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

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