Html Css Color HEX #094659 Sherpa Blue

📋 copy color: '#094659'

red 9 ◦ green 70 ◦ blue 89

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

Shades of Sherpa Blue #094659

Tints of Sherpa Blue #094659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

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

R = 5.36%
G = 41.67%
B = 52.98%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094659 (or 0x094659) is known color: Sherpa Blue. HEX triplet: 09, 46 and 59. RGB value is (9,70,89). Sum of RGB (Red+Green+Blue) = 9+70+89=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #094659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094659 is #F6B9A6. Grayscale: #353535. Windows color (decimal): -16169383 or 5850633. OLE color: 5850633.

HSL color Cylindrical-coordinate representation of color #094659: hue angle of 194.25º 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 #094659 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 70 89 -
CMYK 0.90 0.21 0 0.65
HSL 194.25º 0.82% 0.19% -
HSV(B) 194.25º 0.9% 0.35% -
XYZ 4.11 5.16 10.23 -
YUV 53.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 9 70 89 0.90 0.21 0 0.65 194.25 0.82 0.19
Hex 9 46 59 5A 15 0 41 C2 52 13
Octal 11 106 131 132 25 0 101 302 122 23
Binary 1001 1000110 1011001 1011010 10101 0 1000001 11000010 1010010 10011

Color Harmonies of #094659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094659

Black with #094659

Text Example


Text Example

White with #094659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094659; }

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

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

background-color css

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

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

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

border-color css

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

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

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