Html Css Color HEX #094859 Sherpa Blue

📋 copy color: '#094859'

red 9 ◦ green 72 ◦ blue 89

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

Shades of Sherpa Blue #094859

Tints of Sherpa Blue #094859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.35%

R = 5.29%
G = 42.35%
B = 52.35%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094859 (or 0x094859) is known color: Sherpa Blue. HEX triplet: 09, 48 and 59. RGB value is (9,72,89). Sum of RGB (Red+Green+Blue) = 9+72+89=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #094859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094859 is #F6B7A6. Grayscale: #363636. Windows color (decimal): -16168871 or 5851145. OLE color: 5851145.

HSL color Cylindrical-coordinate representation of color #094859: hue angle of 192.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094859 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 72 89 -
CMYK 0.90 0.19 0 0.65
HSL 192.75º 0.82% 0.19% -
HSV(B) 192.75º 0.9% 0.35% -
XYZ 4.23 5.41 10.27 -
YUV 55.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 9 72 89 0.90 0.19 0 0.65 192.75 0.82 0.19
Hex 9 48 59 5A 13 0 41 C1 52 13
Octal 11 110 131 132 23 0 101 301 122 23
Binary 1001 1001000 1011001 1011010 10011 0 1000001 11000001 1010010 10011

Color Harmonies of #094859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094859

Black with #094859

Text Example


Text Example

White with #094859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094859; }

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

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

background-color css

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

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

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

border-color css

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

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

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