Html Css Color HEX #094854 Sherpa Blue

📋 copy color: '#094854'

red 9 ◦ green 72 ◦ blue 84

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

Shades of Sherpa Blue #094854

Tints of Sherpa Blue #094854

RGB

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

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

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

R = 5.45%
G = 43.64%
B = 50.91%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094854 (or 0x094854) is known color: Sherpa Blue. HEX triplet: 09, 48 and 54. RGB value is (9,72,84). Sum of RGB (Red+Green+Blue) = 9+72+84=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #094854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094854 is #F6B7AB. Grayscale: #363636. Windows color (decimal): -16168876 or 5523465. OLE color: 5523465.

HSL color Cylindrical-coordinate representation of color #094854: hue angle of 189.6º 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 #094854 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 72 84 -
CMYK 0.89 0.14 0 0.67
HSL 189.6º 0.81% 0.18% -
HSV(B) 189.6º 0.89% 0.33% -
XYZ 4.03 5.33 9.2 -
YUV 54.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 9 72 84 0.89 0.14 0 0.67 189.6 0.81 0.18
Hex 9 48 54 59 E 0 43 BE 51 12
Octal 11 110 124 131 16 0 103 276 121 22
Binary 1001 1001000 1010100 1011001 1110 0 1000011 10111110 1010001 10010

Color Harmonies of #094854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094854

Black with #094854

Text Example


Text Example

White with #094854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094854; }

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

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

background-color css

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

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

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

border-color css

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

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

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