Html Css Color HEX #094179 Dark Cerulean

📋 copy color: '#094179'

red 9 ◦ green 65 ◦ blue 121

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

Shades of Dark Cerulean #094179

Tints of Dark Cerulean #094179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 4.62%
G = 33.33%
B = 62.05%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094179 (or 0x094179) is known color: Dark Cerulean. HEX triplet: 09, 41 and 79. RGB value is (9,65,121). Sum of RGB (Red+Green+Blue) = 9+65+121=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #094179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094179 is #F6BE86. Grayscale: #363636. Windows color (decimal): -16170631 or 7946505. OLE color: 7946505.

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

Color convert

RGB 9 65 121 -
CMYK 0.93 0.46 0 0.53
HSL 210º 0.86% 0.25% -
HSV(B) 210º 0.93% 0.47% -
XYZ 5.45 5.22 18.81 -
YUV 54.64 165.45 95.45 -
System Red Green Blue C M Y K H S L
Decimal 9 65 121 0.93 0.46 0 0.53 210 0.86 0.25
Hex 9 41 79 5D 2E 0 35 D2 56 19
Octal 11 101 171 135 56 0 65 322 126 31
Binary 1001 1000001 1111001 1011101 101110 0 110101 11010010 1010110 11001

Color Harmonies of #094179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094179

Black with #094179

Text Example


Text Example

White with #094179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094179; }

 p { color: rgb(9,65,121); }

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

background-color css

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

 a { background-color: rgb(9,65,121); }

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

border-color css

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

 span { border-color: rgb(9,65,121); }

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