Html Css Color HEX #094257 Sherpa Blue

📋 copy color: '#094257'

red 9 ◦ green 66 ◦ blue 87

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

Shades of Sherpa Blue #094257

Tints of Sherpa Blue #094257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 53.7%

R = 5.56%
G = 40.74%
B = 53.7%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#094257 (or 0x094257) is known color: Sherpa Blue. HEX triplet: 09, 42 and 57. RGB value is (9,66,87). Sum of RGB (Red+Green+Blue) = 9+66+87=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #094257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094257 is #F6BDA8. Grayscale: #333333. Windows color (decimal): -16170409 or 5718537. OLE color: 5718537.

HSL color Cylindrical-coordinate representation of color #094257: hue angle of 196.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094257 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 66 87 -
CMYK 0.90 0.24 0 0.66
HSL 196.15º 0.81% 0.19% -
HSV(B) 196.15º 0.9% 0.34% -
XYZ 3.78 4.64 9.71 -
YUV 51.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 9 66 87 0.90 0.24 0 0.66 196.15 0.81 0.19
Hex 9 42 57 5A 18 0 42 C4 51 13
Octal 11 102 127 132 30 0 102 304 121 23
Binary 1001 1000010 1010111 1011010 11000 0 1000010 11000100 1010001 10011

Color Harmonies of #094257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094257

Black with #094257

Text Example


Text Example

White with #094257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094257; }

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

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

background-color css

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

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

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

border-color css

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

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

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