Html Css Color HEX #09404A Sherpa Blue

📋 copy color: '#09404A'

red 9 ◦ green 64 ◦ blue 74

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

Shades of Sherpa Blue #09404A

Tints of Sherpa Blue #09404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 50.34%

R = 6.12%
G = 43.54%
B = 50.34%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09404A (or 0x09404A) is known color: Sherpa Blue. HEX triplet: 09, 40 and 4A. RGB value is (9,64,74). Sum of RGB (Red+Green+Blue) = 9+64+74=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #09404A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09404A is #F6BFB5. Grayscale: #303030. Windows color (decimal): -16170934 or 4866057. OLE color: 4866057.

HSL color Cylindrical-coordinate representation of color #09404A: hue angle of 189.23º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09404A is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 64 74 -
CMYK 0.88 0.14 0 0.71
HSL 189.23º 0.78% 0.16% -
HSV(B) 189.23º 0.88% 0.29% -
XYZ 3.18 4.22 7.13 -
YUV 48.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 9 64 74 0.88 0.14 0 0.71 189.23 0.78 0.16
Hex 9 40 4A 58 E 0 47 BD 4E 10
Octal 11 100 112 130 16 0 107 275 116 20
Binary 1001 1000000 1001010 1011000 1110 0 1000111 10111101 1001110 10000

Color Harmonies of #09404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09404A

Black with #09404A

Text Example


Text Example

White with #09404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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