Html Css Color HEX #093A4D Sherpa Blue

📋 copy color: '#093A4D'

red 9 ◦ green 58 ◦ blue 77

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

Shades of Sherpa Blue #093A4D

Tints of Sherpa Blue #093A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

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

R = 6.25%
G = 40.28%
B = 53.47%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#093A4D (or 0x093A4D) is known color: Sherpa Blue. HEX triplet: 09, 3A and 4D. RGB value is (9,58,77). Sum of RGB (Red+Green+Blue) = 9+58+77=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #093A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A4D is #F6C5B2. Grayscale: #2D2D2D. Windows color (decimal): -16172467 or 5061129. OLE color: 5061129.

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

Color convert

RGB 9 58 77 -
CMYK 0.88 0.25 0 0.70
HSL 196.76º 0.79% 0.17% -
HSV(B) 196.76º 0.88% 0.3% -
XYZ 2.97 3.62 7.56 -
YUV 45.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 9 58 77 0.88 0.25 0 0.70 196.76 0.79 0.17
Hex 9 3A 4D 58 19 0 46 C5 4F 11
Octal 11 72 115 130 31 0 106 305 117 21
Binary 1001 111010 1001101 1011000 11001 0 1000110 11000101 1001111 10001

Color Harmonies of #093A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A4D

Black with #093A4D

Text Example


Text Example

White with #093A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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