Html Css Color HEX #094654 Sherpa Blue

📋 copy color: '#094654'

red 9 ◦ green 70 ◦ blue 84

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

Shades of Sherpa Blue #094654

Tints of Sherpa Blue #094654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 51.53%

R = 5.52%
G = 42.94%
B = 51.53%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094654 (or 0x094654) is known color: Sherpa Blue. HEX triplet: 09, 46 and 54. RGB value is (9,70,84). Sum of RGB (Red+Green+Blue) = 9+70+84=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #094654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094654 is #F6B9AB. Grayscale: #353535. Windows color (decimal): -16169388 or 5522953. OLE color: 5522953.

HSL color Cylindrical-coordinate representation of color #094654: hue angle of 191.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094654 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 70 84 -
CMYK 0.89 0.17 0 0.67
HSL 191.2º 0.81% 0.18% -
HSV(B) 191.2º 0.89% 0.33% -
XYZ 3.9 5.08 9.16 -
YUV 53.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 9 70 84 0.89 0.17 0 0.67 191.2 0.81 0.18
Hex 9 46 54 59 11 0 43 BF 51 12
Octal 11 106 124 131 21 0 103 277 121 22
Binary 1001 1000110 1010100 1011001 10001 0 1000011 10111111 1010001 10010

Color Harmonies of #094654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094654

Black with #094654

Text Example


Text Example

White with #094654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094654; }

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

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

background-color css

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

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

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

border-color css

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

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

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