Html Css Color HEX #093C4D Sherpa Blue

📋 copy color: '#093C4D'

red 9 ◦ green 60 ◦ blue 77

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

Shades of Sherpa Blue #093C4D

Tints of Sherpa Blue #093C4D

RGB

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

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

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

R = 6.16%
G = 41.1%
B = 52.74%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#093C4D (or 0x093C4D) is known color: Sherpa Blue. HEX triplet: 09, 3C and 4D. RGB value is (9,60,77). Sum of RGB (Red+Green+Blue) = 9+60+77=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #093C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C4D is #F6C3B2. Grayscale: #2E2E2E. Windows color (decimal): -16171955 or 5061641. OLE color: 5061641.

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

Color convert

RGB 9 60 77 -
CMYK 0.88 0.22 0 0.70
HSL 195º 0.79% 0.17% -
HSV(B) 195º 0.88% 0.3% -
XYZ 3.07 3.83 7.6 -
YUV 46.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 9 60 77 0.88 0.22 0 0.70 195 0.79 0.17
Hex 9 3C 4D 58 16 0 46 C3 4F 11
Octal 11 74 115 130 26 0 106 303 117 21
Binary 1001 111100 1001101 1011000 10110 0 1000110 11000011 1001111 10001

Color Harmonies of #093C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C4D

Black with #093C4D

Text Example


Text Example

White with #093C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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