Html Css Color HEX #094557 Sherpa Blue

📋 copy color: '#094557'

red 9 ◦ green 69 ◦ blue 87

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

Shades of Sherpa Blue #094557

Tints of Sherpa Blue #094557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

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

R = 5.45%
G = 41.82%
B = 52.73%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#094557 (or 0x094557) is known color: Sherpa Blue. HEX triplet: 09, 45 and 57. RGB value is (9,69,87). Sum of RGB (Red+Green+Blue) = 9+69+87=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #094557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094557 is #F6BAA8. Grayscale: #343434. Windows color (decimal): -16169641 or 5719305. OLE color: 5719305.

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

Color convert

RGB 9 69 87 -
CMYK 0.90 0.21 0 0.66
HSL 193.85º 0.81% 0.19% -
HSV(B) 193.85º 0.9% 0.34% -
XYZ 3.96 5 9.77 -
YUV 53.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 9 69 87 0.90 0.21 0 0.66 193.85 0.81 0.19
Hex 9 45 57 5A 15 0 42 C2 51 13
Octal 11 105 127 132 25 0 102 302 121 23
Binary 1001 1000101 1010111 1011010 10101 0 1000010 11000010 1010001 10011

Color Harmonies of #094557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094557

Black with #094557

Text Example


Text Example

White with #094557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094557; }

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

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

background-color css

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

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

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

border-color css

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

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

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