Html Css Color HEX #09404F Sherpa Blue

📋 copy color: '#09404F'

red 9 ◦ green 64 ◦ blue 79

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

Shades of Sherpa Blue #09404F

Tints of Sherpa Blue #09404F

RGB

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

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

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

R = 5.92%
G = 42.11%
B = 51.97%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09404F (or 0x09404F) is known color: Sherpa Blue. HEX triplet: 09, 40 and 4F. RGB value is (9,64,79). Sum of RGB (Red+Green+Blue) = 9+64+79=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #09404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09404F is #F6BFB0. Grayscale: #313131. Windows color (decimal): -16170929 or 5193737. OLE color: 5193737.

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

Color convert

RGB 9 64 79 -
CMYK 0.89 0.19 0 0.69
HSL 192.86º 0.8% 0.17% -
HSV(B) 192.86º 0.89% 0.31% -
XYZ 3.36 4.29 8.05 -
YUV 49.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 9 64 79 0.89 0.19 0 0.69 192.86 0.8 0.17
Hex 9 40 4F 59 13 0 45 C1 50 11
Octal 11 100 117 131 23 0 105 301 120 21
Binary 1001 1000000 1001111 1011001 10011 0 1000101 11000001 1010000 10001

Color Harmonies of #09404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09404F

Black with #09404F

Text Example


Text Example

White with #09404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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