Html Css Color HEX #094255 Sherpa Blue

📋 copy color: '#094255'

red 9 ◦ green 66 ◦ blue 85

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

Shades of Sherpa Blue #094255

Tints of Sherpa Blue #094255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 5.63%
G = 41.25%
B = 53.13%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094255 (or 0x094255) is known color: Sherpa Blue. HEX triplet: 09, 42 and 55. RGB value is (9,66,85). Sum of RGB (Red+Green+Blue) = 9+66+85=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #094255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094255 is #F6BDAA. Grayscale: #323232. Windows color (decimal): -16170411 or 5587465. OLE color: 5587465.

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

Color convert

RGB 9 66 85 -
CMYK 0.89 0.22 0 0.67
HSL 195º 0.81% 0.18% -
HSV(B) 195º 0.89% 0.33% -
XYZ 3.7 4.61 9.29 -
YUV 51.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 9 66 85 0.89 0.22 0 0.67 195 0.81 0.18
Hex 9 42 55 59 16 0 43 C3 51 12
Octal 11 102 125 131 26 0 103 303 121 22
Binary 1001 1000010 1010101 1011001 10110 0 1000011 11000011 1010001 10010

Color Harmonies of #094255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094255

Black with #094255

Text Example


Text Example

White with #094255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094255; }

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

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

background-color css

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

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

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

border-color css

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

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

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