Html Css Color HEX #09404E Sherpa Blue

📋 copy color: '#09404E'

red 9 ◦ green 64 ◦ blue 78

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

Shades of Sherpa Blue #09404E

Tints of Sherpa Blue #09404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.38%

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

R = 5.96%
G = 42.38%
B = 51.66%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09404E (or 0x09404E) is known color: Sherpa Blue. HEX triplet: 09, 40 and 4E. RGB value is (9,64,78). Sum of RGB (Red+Green+Blue) = 9+64+78=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #09404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09404E is #F6BFB1. Grayscale: #313131. Windows color (decimal): -16170930 or 5128201. OLE color: 5128201.

HSL color Cylindrical-coordinate representation of color #09404E: hue angle of 192.17º 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 #09404E is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 64 78 -
CMYK 0.88 0.18 0 0.69
HSL 192.17º 0.79% 0.17% -
HSV(B) 192.17º 0.88% 0.31% -
XYZ 3.32 4.27 7.86 -
YUV 49.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 9 64 78 0.88 0.18 0 0.69 192.17 0.79 0.17
Hex 9 40 4E 58 12 0 45 C0 4F 11
Octal 11 100 116 130 22 0 105 300 117 21
Binary 1001 1000000 1001110 1011000 10010 0 1000101 11000000 1001111 10001

Color Harmonies of #09404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09404E

Black with #09404E

Text Example


Text Example

White with #09404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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