Html Css Color HEX #093B4D Sherpa Blue

📋 copy color: '#093B4D'

red 9 ◦ green 59 ◦ blue 77

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

Shades of Sherpa Blue #093B4D

Tints of Sherpa Blue #093B4D

RGB

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

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

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

R = 6.21%
G = 40.69%
B = 53.1%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#093B4D (or 0x093B4D) is known color: Sherpa Blue. HEX triplet: 09, 3B and 4D. RGB value is (9,59,77). Sum of RGB (Red+Green+Blue) = 9+59+77=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #093B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B4D is #F6C4B2. Grayscale: #2D2D2D. Windows color (decimal): -16172211 or 5061385. OLE color: 5061385.

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

Color convert

RGB 9 59 77 -
CMYK 0.88 0.23 0 0.70
HSL 195.88º 0.79% 0.17% -
HSV(B) 195.88º 0.88% 0.3% -
XYZ 3.02 3.72 7.58 -
YUV 46.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 9 59 77 0.88 0.23 0 0.70 195.88 0.79 0.17
Hex 9 3B 4D 58 17 0 46 C4 4F 11
Octal 11 73 115 130 27 0 106 304 117 21
Binary 1001 111011 1001101 1011000 10111 0 1000110 11000100 1001111 10001

Color Harmonies of #093B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B4D

Black with #093B4D

Text Example


Text Example

White with #093B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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