Html Css Color HEX #094579 Dark Cerulean

📋 copy color: '#094579'

red 9 ◦ green 69 ◦ blue 121

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

Shades of Dark Cerulean #094579

Tints of Dark Cerulean #094579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 4.52%
G = 34.67%
B = 60.8%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094579 (or 0x094579) is known color: Dark Cerulean. HEX triplet: 09, 45 and 79. RGB value is (9,69,121). Sum of RGB (Red+Green+Blue) = 9+69+121=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #094579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094579 is #F6BA86. Grayscale: #383838. Windows color (decimal): -16169607 or 7947529. OLE color: 7947529.

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

Color convert

RGB 9 69 121 -
CMYK 0.93 0.43 0 0.53
HSL 207.86º 0.86% 0.25% -
HSV(B) 207.86º 0.93% 0.47% -
XYZ 5.69 5.69 18.89 -
YUV 56.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 9 69 121 0.93 0.43 0 0.53 207.86 0.86 0.25
Hex 9 45 79 5D 2B 0 35 D0 56 19
Octal 11 105 171 135 53 0 65 320 126 31
Binary 1001 1000101 1111001 1011101 101011 0 110101 11010000 1010110 11001

Color Harmonies of #094579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094579

Black with #094579

Text Example


Text Example

White with #094579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094579; }

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

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

background-color css

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

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

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

border-color css

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

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

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