Html Css Color HEX #09414A Sherpa Blue

📋 copy color: '#09414A'

red 9 ◦ green 65 ◦ blue 74

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

Shades of Sherpa Blue #09414A

Tints of Sherpa Blue #09414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

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

R = 6.08%
G = 43.92%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09414A (or 0x09414A) is known color: Sherpa Blue. HEX triplet: 09, 41 and 4A. RGB value is (9,65,74). Sum of RGB (Red+Green+Blue) = 9+65+74=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #09414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09414A is #F6BEB5. Grayscale: #313131. Windows color (decimal): -16170678 or 4866313. OLE color: 4866313.

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

Color convert

RGB 9 65 74 -
CMYK 0.88 0.12 0 0.71
HSL 188.31º 0.78% 0.16% -
HSV(B) 188.31º 0.88% 0.29% -
XYZ 3.24 4.33 7.14 -
YUV 49.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 9 65 74 0.88 0.12 0 0.71 188.31 0.78 0.16
Hex 9 41 4A 58 C 0 47 BC 4E 10
Octal 11 101 112 130 14 0 107 274 116 20
Binary 1001 1000001 1001010 1011000 1100 0 1000111 10111100 1001110 10000

Color Harmonies of #09414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09414A

Black with #09414A

Text Example


Text Example

White with #09414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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