Html Css Color HEX #093B4E Sherpa Blue

📋 copy color: '#093B4E'

red 9 ◦ green 59 ◦ blue 78

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

Shades of Sherpa Blue #093B4E

Tints of Sherpa Blue #093B4E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.41%

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

R = 6.16%
G = 40.41%
B = 53.42%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093B4E (or 0x093B4E) is known color: Sherpa Blue. HEX triplet: 09, 3B and 4E. RGB value is (9,59,78). Sum of RGB (Red+Green+Blue) = 9+59+78=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #093B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B4E is #F6C4B1. Grayscale: #2E2E2E. Windows color (decimal): -16172210 or 5126921. OLE color: 5126921.

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

Color convert

RGB 9 59 78 -
CMYK 0.88 0.24 0 0.69
HSL 196.52º 0.79% 0.17% -
HSV(B) 196.52º 0.88% 0.31% -
XYZ 3.05 3.74 7.77 -
YUV 46.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 9 59 78 0.88 0.24 0 0.69 196.52 0.79 0.17
Hex 9 3B 4E 58 18 0 45 C5 4F 11
Octal 11 73 116 130 30 0 105 305 117 21
Binary 1001 111011 1001110 1011000 11000 0 1000101 11000101 1001111 10001

Color Harmonies of #093B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B4E

Black with #093B4E

Text Example


Text Example

White with #093B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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