Html Css Color HEX #094476 Dark Cerulean

📋 copy color: '#094476'

red 9 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #094476

Tints of Dark Cerulean #094476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 4.62%
G = 34.87%
B = 60.51%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094476 (or 0x094476) is known color: Dark Cerulean. HEX triplet: 09, 44 and 76. RGB value is (9,68,118). Sum of RGB (Red+Green+Blue) = 9+68+118=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #094476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094476 is #F6BB89. Grayscale: #373737. Windows color (decimal): -16169866 or 7750665. OLE color: 7750665.

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

Color convert

RGB 9 68 118 -
CMYK 0.92 0.42 0 0.54
HSL 207.52º 0.86% 0.25% -
HSV(B) 207.52º 0.92% 0.46% -
XYZ 5.45 5.5 17.91 -
YUV 56.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 9 68 118 0.92 0.42 0 0.54 207.52 0.86 0.25
Hex 9 44 76 5C 2A 0 36 D0 56 19
Octal 11 104 166 134 52 0 66 320 126 31
Binary 1001 1000100 1110110 1011100 101010 0 110110 11010000 1010110 11001

Color Harmonies of #094476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094476

Black with #094476

Text Example


Text Example

White with #094476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094476; }

 p { color: rgb(9,68,118); }

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

background-color css

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

 a { background-color: rgb(9,68,118); }

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

border-color css

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

 span { border-color: rgb(9,68,118); }

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