Html Css Color HEX #093D4B Sherpa Blue

📋 copy color: '#093D4B'

red 9 ◦ green 61 ◦ blue 75

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

Shades of Sherpa Blue #093D4B

Tints of Sherpa Blue #093D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.07%

 BLUE value IS 75 (29.69% from 255) = 51.72%

R = 6.21%
G = 42.07%
B = 51.72%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#093D4B (or 0x093D4B) is known color: Sherpa Blue. HEX triplet: 09, 3D and 4B. RGB value is (9,61,75). Sum of RGB (Red+Green+Blue) = 9+61+75=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #093D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D4B is #F6C2B4. Grayscale: #2E2E2E. Windows color (decimal): -16171701 or 4930825. OLE color: 4930825.

HSL color Cylindrical-coordinate representation of color #093D4B: hue angle of 192.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093D4B is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 61 75 -
CMYK 0.88 0.19 0 0.71
HSL 192.73º 0.79% 0.16% -
HSV(B) 192.73º 0.88% 0.29% -
XYZ 3.05 3.9 7.25 -
YUV 47.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 9 61 75 0.88 0.19 0 0.71 192.73 0.79 0.16
Hex 9 3D 4B 58 13 0 47 C1 4F 10
Octal 11 75 113 130 23 0 107 301 117 20
Binary 1001 111101 1001011 1011000 10011 0 1000111 11000001 1001111 10000

Color Harmonies of #093D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D4B

Black with #093D4B

Text Example


Text Example

White with #093D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,61,75); }

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

background-color css

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

 a { background-color: rgb(9,61,75); }

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

border-color css

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

 span { border-color: rgb(9,61,75); }

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