Html Css Color HEX #093F55 Sherpa Blue

📋 copy color: '#093F55'

red 9 ◦ green 63 ◦ blue 85

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

Shades of Sherpa Blue #093F55

Tints of Sherpa Blue #093F55

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

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

R = 5.73%
G = 40.13%
B = 54.14%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093F55 (or 0x093F55) is known color: Sherpa Blue. HEX triplet: 09, 3F and 55. RGB value is (9,63,85). Sum of RGB (Red+Green+Blue) = 9+63+85=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #093F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F55 is #F6C0AA. Grayscale: #313131. Windows color (decimal): -16171179 or 5586697. OLE color: 5586697.

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

Color convert

RGB 9 63 85 -
CMYK 0.89 0.26 0 0.67
HSL 197.37º 0.81% 0.18% -
HSV(B) 197.37º 0.89% 0.33% -
XYZ 3.53 4.27 9.23 -
YUV 49.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 9 63 85 0.89 0.26 0 0.67 197.37 0.81 0.18
Hex 9 3F 55 59 1A 0 43 C5 51 12
Octal 11 77 125 131 32 0 103 305 121 22
Binary 1001 111111 1010101 1011001 11010 0 1000011 11000101 1010001 10010

Color Harmonies of #093F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F55

Black with #093F55

Text Example


Text Example

White with #093F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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