#094492

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

Shades of Dark Cerulean #094492

Tints of Dark Cerulean #094492

Color information

#094492 (or 0x094492) is unknown color: approx Dark Cerulean. HEX triplet: 09, 44 and 92. RGB value is (9,68,146). Sum of RGB (Red+Green+Blue) = 9+68+146=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #094492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094492 is #F6BB6D. Grayscale: #3A3A3A. Windows color (decimal): -16169838 or 9585673. OLE color: 9585673.

HSL color Cylindrical-coordinate representation of color #094492: hue angle of 214.16º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094492 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB968146-
CMYK0.940.5300.43
HSL214.16º88.39%30.39%-
HSV(B)214.16º93.84%57.25%-
XYZ7.376.2728.02-
YUV59.25176.9592.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=4.04%
G=30.49%
B=65.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9681460.940.5300.43214.1688.3930.39
Hex944925E3502Bd6581e
Octal111042221366505332613036
Binary10011000100100100101011110110101010101111010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094492; }

 p { color: rgb(9,68,146); }

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

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

 a { background-color: rgb(9,68,146); }

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

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

 span { border-color: rgb(9,68,146); }

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