#094C6D

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

Shades of Dark Cerulean #094C6D

Tints of Dark Cerulean #094C6D

Color information

#094C6D (or 0x094C6D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4C and 6D. RGB value is (9,76,109). Sum of RGB (Red+Green+Blue) = 9+76+109=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #094C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C6D is #F6B392. Grayscale: #3B3B3B. Windows color (decimal): -16167827 or 7162889. OLE color: 7162889.

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

Color convert

RGB976109-
CMYK0.920.3000.57
HSL199.8º84.75%23.14%-
HSV(B)199.8º91.74%42.75%-
XYZ5.466.3315.4-
YUV59.73155.891.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=4.64%
G=39.18%
B=56.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9761090.920.3000.57199.884.7523.14
Hex94C6D5C1E039c85517
Octal111141551343607131012527
Binary100110011001101101101110011110011100111001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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