#094769

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

Shades of Dark Cerulean #094769

Tints of Dark Cerulean #094769

Color information

#094769 (or 0x094769) is unknown color: approx Dark Cerulean. HEX triplet: 09, 47 and 69. RGB value is (9,71,105). Sum of RGB (Red+Green+Blue) = 9+71+105=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #094769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094769 is #F6B896. Grayscale: #383838. Windows color (decimal): -16169111 or 6899465. OLE color: 6899465.

HSL color Cylindrical-coordinate representation of color #094769: hue angle of 201.25º 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 #094769 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB971105-
CMYK0.910.3200.59
HSL201.25º84.21%22.35%-
HSV(B)201.25º91.43%41.18%-
XYZ4.925.5814.18-
YUV56.34155.4694.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=4.86%
G=38.38%
B=56.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9711050.910.3200.59201.2584.2122.35
Hex947695B2003Bc95416
Octal111071511334007331112426
Binary1001100011111010011011011100000011101111001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094769; }

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

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

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

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

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

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

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

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