Html Css Color HEX #094D6C Dark Cerulean

📋 copy color: '#094D6C'

red 9 ◦ green 77 ◦ blue 108

#094D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #094D6C

Tints of Dark Cerulean #094D6C

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 value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#094D6C (or 0x094D6C) is known color: 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

RGB 9 77 108 -
CMYK 0.92 0.29 0 0.58
HSL 198.79º 0.85% 0.23% -
HSV(B) 198.79º 0.92% 0.42% -
XYZ 5.47 6.45 15.14 -
YUV 60.2 154.97 91.48 -
System Red Green Blue C M Y K H S L
Decimal 9 77 108 0.92 0.29 0 0.58 198.79 0.85 0.23
Hex 9 4D 6C 5C 1D 0 3A C7 55 17
Octal 11 115 154 134 35 0 72 307 125 27
Binary 1001 1001101 1101100 1011100 11101 0 111010 11000111 1010101 10111

Color Harmonies of #094D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D6C

Black with #094D6C

Text Example


Text Example

White with #094D6C

Text Example


Text Example

HTML Codes & Css Web 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>