Html Css Color HEX #093E55 Sherpa Blue

📋 copy color: '#093E55'

red 9 ◦ green 62 ◦ blue 85

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

Shades of Sherpa Blue #093E55

Tints of Sherpa Blue #093E55

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.74%

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

R = 5.77%
G = 39.74%
B = 54.49%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093E55 (or 0x093E55) is known color: Sherpa Blue. HEX triplet: 09, 3E and 55. RGB value is (9,62,85). Sum of RGB (Red+Green+Blue) = 9+62+85=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #093E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E55 is #F6C1AA. Grayscale: #303030. Windows color (decimal): -16171435 or 5586441. OLE color: 5586441.

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

Color convert

RGB 9 62 85 -
CMYK 0.89 0.27 0 0.67
HSL 198.16º 0.81% 0.18% -
HSV(B) 198.16º 0.89% 0.33% -
XYZ 3.47 4.16 9.21 -
YUV 48.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 9 62 85 0.89 0.27 0 0.67 198.16 0.81 0.18
Hex 9 3E 55 59 1B 0 43 C6 51 12
Octal 11 76 125 131 33 0 103 306 121 22
Binary 1001 111110 1010101 1011001 11011 0 1000011 11000110 1010001 10010

Color Harmonies of #093E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E55

Black with #093E55

Text Example


Text Example

White with #093E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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