#094C69

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

Shades of Dark Cerulean #094C69

Tints of Dark Cerulean #094C69

Color information

#094C69 (or 0x094C69) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4C and 69. RGB value is (9,76,105). Sum of RGB (Red+Green+Blue) = 9+76+105=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #094C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C69 is #F6B396. Grayscale: #3B3B3B. Windows color (decimal): -16167831 or 6900745. OLE color: 6900745.

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

Color convert

RGB976105-
CMYK0.910.2800.59
HSL198.12º84.21%22.35%-
HSV(B)198.12º91.43%41.18%-
XYZ5.256.2514.29-
YUV59.27153.892.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=4.74%
G=40%
B=55.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9761050.910.2800.59198.1284.2122.35
Hex94C695B1C03Bc65416
Octal111141511333407330612426
Binary100110011001101001101101111100011101111000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094C69; }

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

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

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

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

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

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

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

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