Html Css Color HEX #09414C Sherpa Blue

📋 copy color: '#09414C'

red 9 ◦ green 65 ◦ blue 76

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

Shades of Sherpa Blue #09414C

Tints of Sherpa Blue #09414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50.67%

R = 6%
G = 43.33%
B = 50.67%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09414C (or 0x09414C) is known color: Sherpa Blue. HEX triplet: 09, 41 and 4C. RGB value is (9,65,76). Sum of RGB (Red+Green+Blue) = 9+65+76=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #09414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09414C is #F6BEB3. Grayscale: #313131. Windows color (decimal): -16170676 or 4997385. OLE color: 4997385.

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

Color convert

RGB 9 65 76 -
CMYK 0.88 0.14 0 0.70
HSL 189.85º 0.79% 0.17% -
HSV(B) 189.85º 0.88% 0.3% -
XYZ 3.31 4.36 7.5 -
YUV 49.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 9 65 76 0.88 0.14 0 0.70 189.85 0.79 0.17
Hex 9 41 4C 58 E 0 46 BE 4F 11
Octal 11 101 114 130 16 0 106 276 117 21
Binary 1001 1000001 1001100 1011000 1110 0 1000110 10111110 1001111 10001

Color Harmonies of #09414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09414C

Black with #09414C

Text Example


Text Example

White with #09414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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