#094669

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

Shades of Dark Cerulean #094669

Tints of Dark Cerulean #094669

Color information

#094669 (or 0x094669) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 69. RGB value is (9,70,105). Sum of RGB (Red+Green+Blue) = 9+70+105=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #094669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094669 is #F6B996. Grayscale: #373737. Windows color (decimal): -16169367 or 6899209. OLE color: 6899209.

HSL color Cylindrical-coordinate representation of color #094669: hue angle of 201.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094669 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB970105-
CMYK0.910.3300.59
HSL201.88º84.21%22.35%-
HSV(B)201.88º91.43%41.18%-
XYZ4.855.4614.16-
YUV55.75155.7994.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=4.89%
G=38.04%
B=57.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9701050.910.3300.59201.8884.2122.35
Hex946695B2103Bca5416
Octal111061511334107331212426
Binary1001100011011010011011011100001011101111001010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094669; }

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

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

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

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

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

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

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

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