Html Css Color HEX #094677 Dark Cerulean

📋 copy color: '#094677'

red 9 ◦ green 70 ◦ blue 119

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

Shades of Dark Cerulean #094677

Tints of Dark Cerulean #094677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 4.55%
G = 35.35%
B = 60.1%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094677 (or 0x094677) is known color: Dark Cerulean. HEX triplet: 09, 46 and 77. RGB value is (9,70,119). Sum of RGB (Red+Green+Blue) = 9+70+119=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #094677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094677 is #F6B988. Grayscale: #393939. Windows color (decimal): -16169353 or 7816713. OLE color: 7816713.

HSL color Cylindrical-coordinate representation of color #094677: hue angle of 206.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094677 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 70 119 -
CMYK 0.92 0.41 0 0.53
HSL 206.73º 0.86% 0.25% -
HSV(B) 206.73º 0.92% 0.47% -
XYZ 5.63 5.77 18.27 -
YUV 57.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 9 70 119 0.92 0.41 0 0.53 206.73 0.86 0.25
Hex 9 46 77 5C 29 0 35 CF 56 19
Octal 11 106 167 134 51 0 65 317 126 31
Binary 1001 1000110 1110111 1011100 101001 0 110101 11001111 1010110 11001

Color Harmonies of #094677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094677

Black with #094677

Text Example


Text Example

White with #094677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094677; }

 p { color: rgb(9,70,119); }

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

background-color css

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

 a { background-color: rgb(9,70,119); }

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

border-color css

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

 span { border-color: rgb(9,70,119); }

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