Html Css Color HEX #09414E Sherpa Blue

📋 copy color: '#09414E'

red 9 ◦ green 65 ◦ blue 78

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

Shades of Sherpa Blue #09414E

Tints of Sherpa Blue #09414E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 5.92%
G = 42.76%
B = 51.32%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09414E (or 0x09414E) is known color: Sherpa Blue. HEX triplet: 09, 41 and 4E. RGB value is (9,65,78). Sum of RGB (Red+Green+Blue) = 9+65+78=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #09414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09414E is #F6BEB1. Grayscale: #313131. Windows color (decimal): -16170674 or 5128457. OLE color: 5128457.

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

Color convert

RGB 9 65 78 -
CMYK 0.88 0.17 0 0.69
HSL 191.3º 0.79% 0.17% -
HSV(B) 191.3º 0.88% 0.31% -
XYZ 3.38 4.39 7.88 -
YUV 49.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 9 65 78 0.88 0.17 0 0.69 191.3 0.79 0.17
Hex 9 41 4E 58 11 0 45 BF 4F 11
Octal 11 101 116 130 21 0 105 277 117 21
Binary 1001 1000001 1001110 1011000 10001 0 1000101 10111111 1001111 10001

Color Harmonies of #09414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09414E

Black with #09414E

Text Example


Text Example

White with #09414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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