Html Css Color HEX #094376 Dark Cerulean

📋 copy color: '#094376'

red 9 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #094376

Tints of Dark Cerulean #094376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.54%

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

R = 4.64%
G = 34.54%
B = 60.82%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094376 (or 0x094376) is known color: Dark Cerulean. HEX triplet: 09, 43 and 76. RGB value is (9,67,118). Sum of RGB (Red+Green+Blue) = 9+67+118=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #094376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094376 is #F6BC89. Grayscale: #373737. Windows color (decimal): -16170122 or 7750409. OLE color: 7750409.

HSL color Cylindrical-coordinate representation of color #094376: hue angle of 208.07º 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 #094376 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 67 118 -
CMYK 0.92 0.43 0 0.54
HSL 208.07º 0.86% 0.25% -
HSV(B) 208.07º 0.92% 0.46% -
XYZ 5.39 5.38 17.89 -
YUV 55.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 9 67 118 0.92 0.43 0 0.54 208.07 0.86 0.25
Hex 9 43 76 5C 2B 0 36 D0 56 19
Octal 11 103 166 134 53 0 66 320 126 31
Binary 1001 1000011 1110110 1011100 101011 0 110110 11010000 1010110 11001

Color Harmonies of #094376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094376

Black with #094376

Text Example


Text Example

White with #094376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094376; }

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

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

background-color css

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

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

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

border-color css

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

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

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