#094673

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

Shades of Dark Cerulean #094673

Tints of Dark Cerulean #094673

Color information

#094673 (or 0x094673) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 73. RGB value is (9,70,115). Sum of RGB (Red+Green+Blue) = 9+70+115=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #094673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094673 is #F6B98C. Grayscale: #383838. Windows color (decimal): -16169357 or 7554569. OLE color: 7554569.

HSL color Cylindrical-coordinate representation of color #094673: hue angle of 205.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094673 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB970115-
CMYK0.920.3900.55
HSL205.47º85.48%24.31%-
HSV(B)205.47º92.17%45.1%-
XYZ5.45.6817.03-
YUV56.89160.7993.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=4.64%
G=36.08%
B=59.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9701150.920.3900.55205.4785.4824.31
Hex946735C27037cd5518
Octal111061631344706731512530
Binary1001100011011100111011100100111011011111001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094673; }

 p { color: rgb(9,70,115); }

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

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

 a { background-color: rgb(9,70,115); }

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

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

 span { border-color: rgb(9,70,115); }

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