Html Css Color HEX #09414D Sherpa Blue

📋 copy color: '#09414D'

red 9 ◦ green 65 ◦ blue 77

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

Shades of Sherpa Blue #09414D

Tints of Sherpa Blue #09414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

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

R = 5.96%
G = 43.05%
B = 50.99%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09414D (or 0x09414D) is known color: Sherpa Blue. HEX triplet: 09, 41 and 4D. RGB value is (9,65,77). Sum of RGB (Red+Green+Blue) = 9+65+77=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #09414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09414D is #F6BEB2. Grayscale: #313131. Windows color (decimal): -16170675 or 5062921. OLE color: 5062921.

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

Color convert

RGB 9 65 77 -
CMYK 0.88 0.16 0 0.70
HSL 190.59º 0.79% 0.17% -
HSV(B) 190.59º 0.88% 0.3% -
XYZ 3.34 4.37 7.69 -
YUV 49.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 9 65 77 0.88 0.16 0 0.70 190.59 0.79 0.17
Hex 9 41 4D 58 10 0 46 BF 4F 11
Octal 11 101 115 130 20 0 106 277 117 21
Binary 1001 1000001 1001101 1011000 10000 0 1000110 10111111 1001111 10001

Color Harmonies of #09414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09414D

Black with #09414D

Text Example


Text Example

White with #09414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09414D; }

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

 H1.HeaderClassName
 {
   color: #09414D;
 }
 .AnyTagClassName
 {
   color: #09414D;
 }
</style>

background-color css

<style>
 a { background-color: #09414D; }

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

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

border-color css

<style>
 span { border-color: #09414D; }

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

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