Html Css Color HEX #093F54 Sherpa Blue

📋 copy color: '#093F54'

red 9 ◦ green 63 ◦ blue 84

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

Shades of Sherpa Blue #093F54

Tints of Sherpa Blue #093F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.85%

R = 5.77%
G = 40.38%
B = 53.85%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093F54 (or 0x093F54) is known color: Sherpa Blue. HEX triplet: 09, 3F and 54. RGB value is (9,63,84). Sum of RGB (Red+Green+Blue) = 9+63+84=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #093F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F54 is #F6C0AB. Grayscale: #313131. Windows color (decimal): -16171180 or 5521161. OLE color: 5521161.

HSL color Cylindrical-coordinate representation of color #093F54: hue angle of 196.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093F54 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 63 84 -
CMYK 0.89 0.25 0 0.67
HSL 196.8º 0.81% 0.18% -
HSV(B) 196.8º 0.89% 0.33% -
XYZ 3.49 4.25 9.02 -
YUV 49.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 9 63 84 0.89 0.25 0 0.67 196.8 0.81 0.18
Hex 9 3F 54 59 19 0 43 C5 51 12
Octal 11 77 124 131 31 0 103 305 121 22
Binary 1001 111111 1010100 1011001 11001 0 1000011 11000101 1010001 10010

Color Harmonies of #093F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F54

Black with #093F54

Text Example


Text Example

White with #093F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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