Html Css Color HEX #09424A Sherpa Blue

📋 copy color: '#09424A'

red 9 ◦ green 66 ◦ blue 74

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

Shades of Sherpa Blue #09424A

Tints of Sherpa Blue #09424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

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

R = 6.04%
G = 44.3%
B = 49.66%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09424A (or 0x09424A) is known color: Sherpa Blue. HEX triplet: 09, 42 and 4A. RGB value is (9,66,74). Sum of RGB (Red+Green+Blue) = 9+66+74=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #09424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09424A is #F6BDB5. Grayscale: #313131. Windows color (decimal): -16170422 or 4866569. OLE color: 4866569.

HSL color Cylindrical-coordinate representation of color #09424A: hue angle of 187.38º 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 #09424A is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 66 74 -
CMYK 0.88 0.11 0 0.71
HSL 187.38º 0.78% 0.16% -
HSV(B) 187.38º 0.88% 0.29% -
XYZ 3.3 4.45 7.16 -
YUV 49.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 9 66 74 0.88 0.11 0 0.71 187.38 0.78 0.16
Hex 9 42 4A 58 B 0 47 BB 4E 10
Octal 11 102 112 130 13 0 107 273 116 20
Binary 1001 1000010 1001010 1011000 1011 0 1000111 10111011 1001110 10000

Color Harmonies of #09424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09424A

Black with #09424A

Text Example


Text Example

White with #09424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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