Html Css Color HEX #093E4E Sherpa Blue

📋 copy color: '#093E4E'

red 9 ◦ green 62 ◦ blue 78

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

Shades of Sherpa Blue #093E4E

Tints of Sherpa Blue #093E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52.35%

R = 6.04%
G = 41.61%
B = 52.35%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093E4E (or 0x093E4E) is known color: Sherpa Blue. HEX triplet: 09, 3E and 4E. RGB value is (9,62,78). Sum of RGB (Red+Green+Blue) = 9+62+78=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #093E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E4E is #F6C1B1. Grayscale: #2F2F2F. Windows color (decimal): -16171442 or 5127689. OLE color: 5127689.

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

Color convert

RGB 9 62 78 -
CMYK 0.88 0.21 0 0.69
HSL 193.91º 0.79% 0.17% -
HSV(B) 193.91º 0.88% 0.31% -
XYZ 3.21 4.05 7.82 -
YUV 47.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 9 62 78 0.88 0.21 0 0.69 193.91 0.79 0.17
Hex 9 3E 4E 58 15 0 45 C2 4F 11
Octal 11 76 116 130 25 0 105 302 117 21
Binary 1001 111110 1001110 1011000 10101 0 1000101 11000010 1001111 10001

Color Harmonies of #093E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E4E

Black with #093E4E

Text Example


Text Example

White with #093E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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