Html Css Color HEX #094254 Sherpa Blue

📋 copy color: '#094254'

red 9 ◦ green 66 ◦ blue 84

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

Shades of Sherpa Blue #094254

Tints of Sherpa Blue #094254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.51%

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

R = 5.66%
G = 41.51%
B = 52.83%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094254 (or 0x094254) is known color: Sherpa Blue. HEX triplet: 09, 42 and 54. RGB value is (9,66,84). Sum of RGB (Red+Green+Blue) = 9+66+84=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #094254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094254 is #F6BDAB. Grayscale: #323232. Windows color (decimal): -16170412 or 5521929. OLE color: 5521929.

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

Color convert

RGB 9 66 84 -
CMYK 0.89 0.21 0 0.67
HSL 194.4º 0.81% 0.18% -
HSV(B) 194.4º 0.89% 0.33% -
XYZ 3.66 4.59 9.08 -
YUV 51.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 9 66 84 0.89 0.21 0 0.67 194.4 0.81 0.18
Hex 9 42 54 59 15 0 43 C2 51 12
Octal 11 102 124 131 25 0 103 302 121 22
Binary 1001 1000010 1010100 1011001 10101 0 1000011 11000010 1010001 10010

Color Harmonies of #094254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094254

Black with #094254

Text Example


Text Example

White with #094254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094254; }

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

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

background-color css

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

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

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

border-color css

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

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

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