Html Css Color HEX #094879 Dark Cerulean

📋 copy color: '#094879'

red 9 ◦ green 72 ◦ blue 121

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

Shades of Dark Cerulean #094879

Tints of Dark Cerulean #094879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

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

R = 4.46%
G = 35.64%
B = 59.9%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094879 (or 0x094879) is known color: Dark Cerulean. HEX triplet: 09, 48 and 79. RGB value is (9,72,121). Sum of RGB (Red+Green+Blue) = 9+72+121=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #094879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094879 is #F6B786. Grayscale: #3A3A3A. Windows color (decimal): -16168839 or 7948297. OLE color: 7948297.

HSL color Cylindrical-coordinate representation of color #094879: hue angle of 206.25º 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 #094879 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 72 121 -
CMYK 0.93 0.40 0 0.53
HSL 206.25º 0.86% 0.25% -
HSV(B) 206.25º 0.93% 0.47% -
XYZ 5.88 6.07 18.95 -
YUV 58.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 9 72 121 0.93 0.40 0 0.53 206.25 0.86 0.25
Hex 9 48 79 5D 28 0 35 CE 56 19
Octal 11 110 171 135 50 0 65 316 126 31
Binary 1001 1001000 1111001 1011101 101000 0 110101 11001110 1010110 11001

Color Harmonies of #094879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094879

Black with #094879

Text Example


Text Example

White with #094879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094879; }

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

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

background-color css

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

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

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

border-color css

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

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

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