Html Css Color HEX #094057 Sherpa Blue

📋 copy color: '#094057'

red 9 ◦ green 64 ◦ blue 87

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

Shades of Sherpa Blue #094057

Tints of Sherpa Blue #094057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

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

R = 5.63%
G = 40%
B = 54.38%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#094057 (or 0x094057) is known color: Sherpa Blue. HEX triplet: 09, 40 and 57. RGB value is (9,64,87). Sum of RGB (Red+Green+Blue) = 9+64+87=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #094057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094057 is #F6BFA8. Grayscale: #323232. Windows color (decimal): -16170921 or 5718025. OLE color: 5718025.

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

Color convert

RGB 9 64 87 -
CMYK 0.90 0.26 0 0.66
HSL 197.69º 0.81% 0.19% -
HSV(B) 197.69º 0.9% 0.34% -
XYZ 3.67 4.41 9.68 -
YUV 50.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 9 64 87 0.90 0.26 0 0.66 197.69 0.81 0.19
Hex 9 40 57 5A 1A 0 42 C6 51 13
Octal 11 100 127 132 32 0 102 306 121 23
Binary 1001 1000000 1010111 1011010 11010 0 1000010 11000110 1010001 10011

Color Harmonies of #094057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094057

Black with #094057

Text Example


Text Example

White with #094057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094057; }

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

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

background-color css

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

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

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

border-color css

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

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

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