#09414B

Color #09414B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #09414B

Tints of Sherpa Blue #09414B

Color information

#09414B (or 0x09414B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 41 and 4B. RGB value is (9,65,75). Sum of RGB (Red+Green+Blue) = 9+65+75=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #09414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09414B is #F6BEB4. Grayscale: #313131. Windows color (decimal): -16170677 or 4931849. OLE color: 4931849.

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

Color convert

RGB96575-
CMYK0.880.1300.71
HSL189.09º78.57%16.47%-
HSV(B)189.09º88%29.41%-
XYZ3.274.357.32-
YUV49.4142.4599.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=6.04%
G=43.62%
B=50.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal965750.880.1300.71189.0978.5716.47
Hex9414B58D047bd4f10
Octal1110111313015010727511720
Binary100110000011001011101100011010100011110111101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09414B;
 }
 .AnyTagClassName
 {
   color: #09414B;
 }
</style>
background-color css

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

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

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

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

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

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