Html Css Color HEX #093F4E Sherpa Blue

📋 copy color: '#093F4E'

red 9 ◦ green 63 ◦ blue 78

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

Shades of Sherpa Blue #093F4E

Tints of Sherpa Blue #093F4E

RGB

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

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

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

R = 6%
G = 42%
B = 52%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093F4E (or 0x093F4E) is known color: Sherpa Blue. HEX triplet: 09, 3F and 4E. RGB value is (9,63,78). Sum of RGB (Red+Green+Blue) = 9+63+78=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #093F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F4E is #F6C0B1. Grayscale: #303030. Windows color (decimal): -16171186 or 5127945. OLE color: 5127945.

HSL color Cylindrical-coordinate representation of color #093F4E: hue angle of 193.04º 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 #093F4E is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 63 78 -
CMYK 0.88 0.19 0 0.69
HSL 193.04º 0.79% 0.17% -
HSV(B) 193.04º 0.88% 0.31% -
XYZ 3.27 4.16 7.84 -
YUV 48.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 9 63 78 0.88 0.19 0 0.69 193.04 0.79 0.17
Hex 9 3F 4E 58 13 0 45 C1 4F 11
Octal 11 77 116 130 23 0 105 301 117 21
Binary 1001 111111 1001110 1011000 10011 0 1000101 11000001 1001111 10001

Color Harmonies of #093F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F4E

Black with #093F4E

Text Example


Text Example

White with #093F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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