Html Css Color HEX #09404D Sherpa Blue

📋 copy color: '#09404D'

red 9 ◦ green 64 ◦ blue 77

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

Shades of Sherpa Blue #09404D

Tints of Sherpa Blue #09404D

RGB

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

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

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

R = 6%
G = 42.67%
B = 51.33%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09404D (or 0x09404D) is known color: Sherpa Blue. HEX triplet: 09, 40 and 4D. RGB value is (9,64,77). Sum of RGB (Red+Green+Blue) = 9+64+77=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #09404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09404D is #F6BFB2. Grayscale: #303030. Windows color (decimal): -16170931 or 5062665. OLE color: 5062665.

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

Color convert

RGB 9 64 77 -
CMYK 0.88 0.17 0 0.70
HSL 191.47º 0.79% 0.17% -
HSV(B) 191.47º 0.88% 0.3% -
XYZ 3.29 4.26 7.67 -
YUV 49.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 9 64 77 0.88 0.17 0 0.70 191.47 0.79 0.17
Hex 9 40 4D 58 11 0 46 BF 4F 11
Octal 11 100 115 130 21 0 106 277 117 21
Binary 1001 1000000 1001101 1011000 10001 0 1000110 10111111 1001111 10001

Color Harmonies of #09404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09404D

Black with #09404D

Text Example


Text Example

White with #09404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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