Html Css Color HEX #09414F Sherpa Blue

📋 copy color: '#09414F'

red 9 ◦ green 65 ◦ blue 79

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

Shades of Sherpa Blue #09414F

Tints of Sherpa Blue #09414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 51.63%

R = 5.88%
G = 42.48%
B = 51.63%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09414F (or 0x09414F) is known color: Sherpa Blue. HEX triplet: 09, 41 and 4F. RGB value is (9,65,79). Sum of RGB (Red+Green+Blue) = 9+65+79=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #09414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09414F is #F6BEB0. Grayscale: #313131. Windows color (decimal): -16170673 or 5193993. OLE color: 5193993.

HSL color Cylindrical-coordinate representation of color #09414F: hue angle of 192º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09414F is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 65 79 -
CMYK 0.89 0.18 0 0.69
HSL 192º 0.8% 0.17% -
HSV(B) 192º 0.89% 0.31% -
XYZ 3.41 4.4 8.07 -
YUV 49.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 9 65 79 0.89 0.18 0 0.69 192 0.8 0.17
Hex 9 41 4F 59 12 0 45 C0 50 11
Octal 11 101 117 131 22 0 105 300 120 21
Binary 1001 1000001 1001111 1011001 10010 0 1000101 11000000 1010000 10001

Color Harmonies of #09414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09414F

Black with #09414F

Text Example


Text Example

White with #09414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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