#094D6C

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

Shades of Dark Cerulean #094D6C

Tints of Dark Cerulean #094D6C

Color information

#094D6C (or 0x094D6C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4D and 6C. RGB value is (9,77,108). Sum of RGB (Red+Green+Blue) = 9+77+108=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #094D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D6C is #F6B293. Grayscale: #3C3C3C. Windows color (decimal): -16167572 or 7097609. OLE color: 7097609.

HSL color Cylindrical-coordinate representation of color #094D6C: hue angle of 198.79º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094D6C is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB977108-
CMYK0.920.2900.58
HSL198.79º84.62%22.94%-
HSV(B)198.79º91.67%42.35%-
XYZ5.476.4515.14-
YUV60.2154.9791.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=4.64%
G=39.69%
B=55.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9771080.920.2900.58198.7984.6222.94
Hex94D6C5C1D03Ac75517
Octal111151541343507230712527
Binary100110011011101100101110011101011101011000111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,77,108); }

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

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

 a { background-color: rgb(9,77,108); }

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

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

 span { border-color: rgb(9,77,108); }

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