Html Css Color HEX #093E4D Sherpa Blue

📋 copy color: '#093E4D'

red 9 ◦ green 62 ◦ blue 77

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

Shades of Sherpa Blue #093E4D

Tints of Sherpa Blue #093E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 52.03%

R = 6.08%
G = 41.89%
B = 52.03%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#093E4D (or 0x093E4D) is known color: Sherpa Blue. HEX triplet: 09, 3E and 4D. RGB value is (9,62,77). Sum of RGB (Red+Green+Blue) = 9+62+77=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #093E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E4D is #F6C1B2. Grayscale: #2F2F2F. Windows color (decimal): -16171443 or 5062153. OLE color: 5062153.

HSL color Cylindrical-coordinate representation of color #093E4D: hue angle of 193.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093E4D is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 62 77 -
CMYK 0.88 0.19 0 0.70
HSL 193.24º 0.79% 0.17% -
HSV(B) 193.24º 0.88% 0.3% -
XYZ 3.17 4.04 7.63 -
YUV 47.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 9 62 77 0.88 0.19 0 0.70 193.24 0.79 0.17
Hex 9 3E 4D 58 13 0 46 C1 4F 11
Octal 11 76 115 130 23 0 106 301 117 21
Binary 1001 111110 1001101 1011000 10011 0 1000110 11000001 1001111 10001

Color Harmonies of #093E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E4D

Black with #093E4D

Text Example


Text Example

White with #093E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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