Html Css Color HEX #093C4F Sherpa Blue

📋 copy color: '#093C4F'

red 9 ◦ green 60 ◦ blue 79

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

Shades of Sherpa Blue #093C4F

Tints of Sherpa Blue #093C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.54%

 BLUE value IS 79 (31.25% from 255) = 53.38%

R = 6.08%
G = 40.54%
B = 53.38%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093C4F (or 0x093C4F) is known color: Sherpa Blue. HEX triplet: 09, 3C and 4F. RGB value is (9,60,79). Sum of RGB (Red+Green+Blue) = 9+60+79=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #093C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C4F is #F6C3B0. Grayscale: #2E2E2E. Windows color (decimal): -16171953 or 5192713. OLE color: 5192713.

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

Color convert

RGB 9 60 79 -
CMYK 0.89 0.24 0 0.69
HSL 196.29º 0.8% 0.17% -
HSV(B) 196.29º 0.89% 0.31% -
XYZ 3.14 3.85 7.98 -
YUV 46.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 9 60 79 0.89 0.24 0 0.69 196.29 0.8 0.17
Hex 9 3C 4F 59 18 0 45 C4 50 11
Octal 11 74 117 131 30 0 105 304 120 21
Binary 1001 111100 1001111 1011001 11000 0 1000101 11000100 1010000 10001

Color Harmonies of #093C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C4F

Black with #093C4F

Text Example


Text Example

White with #093C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,60,79); }

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

background-color css

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

 a { background-color: rgb(9,60,79); }

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

border-color css

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

 span { border-color: rgb(9,60,79); }

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