Html Css Color HEX #094D6B Dark Cerulean

📋 copy color: '#094D6B'

red 9 ◦ green 77 ◦ blue 107

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

Shades of Dark Cerulean #094D6B

Tints of Dark Cerulean #094D6B

RGB

 RED value IS 9 (3.91% from 255) = 4.66%

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 4.66%
G = 39.9%
B = 55.44%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#094D6B (or 0x094D6B) is known color: Dark Cerulean. HEX triplet: 09, 4D and 6B. RGB value is (9,77,107). Sum of RGB (Red+Green+Blue) = 9+77+107=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #094D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D6B is #F6B294. Grayscale: #3B3B3B. Windows color (decimal): -16167573 or 7032073. OLE color: 7032073.

HSL color Cylindrical-coordinate representation of color #094D6B: hue angle of 198.37º degrees, saturation: 0.84, 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 #094D6B is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 77 107 -
CMYK 0.92 0.28 0 0.58
HSL 198.37º 0.84% 0.23% -
HSV(B) 198.37º 0.92% 0.42% -
XYZ 5.42 6.43 14.86 -
YUV 60.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 9 77 107 0.92 0.28 0 0.58 198.37 0.84 0.23
Hex 9 4D 6B 5C 1C 0 3A C6 54 17
Octal 11 115 153 134 34 0 72 306 124 27
Binary 1001 1001101 1101011 1011100 11100 0 111010 11000110 1010100 10111

Color Harmonies of #094D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D6B

Black with #094D6B

Text Example


Text Example

White with #094D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #094D6B;
 }
 .AnyTagClassName
 {
   color: #094D6B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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