Html Css Color HEX #094C6B Dark Cerulean

📋 copy color: '#094C6B'

red 9 ◦ green 76 ◦ blue 107

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

Shades of Dark Cerulean #094C6B

Tints of Dark Cerulean #094C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.58%

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

R = 4.69%
G = 39.58%
B = 55.73%

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

#094C6B (or 0x094C6B) is known color: Dark Cerulean. HEX triplet: 09, 4C and 6B. RGB value is (9,76,107). Sum of RGB (Red+Green+Blue) = 9+76+107=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #094C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C6B is #F6B394. Grayscale: #3B3B3B. Windows color (decimal): -16167829 or 7031817. OLE color: 7031817.

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

Color convert

RGB 9 76 107 -
CMYK 0.92 0.29 0 0.58
HSL 198.98º 0.84% 0.23% -
HSV(B) 198.98º 0.92% 0.42% -
XYZ 5.35 6.29 14.84 -
YUV 59.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 9 76 107 0.92 0.29 0 0.58 198.98 0.84 0.23
Hex 9 4C 6B 5C 1D 0 3A C7 54 17
Octal 11 114 153 134 35 0 72 307 124 27
Binary 1001 1001100 1101011 1011100 11101 0 111010 11000111 1010100 10111

Color Harmonies of #094C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C6B

Black with #094C6B

Text Example


Text Example

White with #094C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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