#11253F

Color #11253F Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #11253F

Tints of Tangaroa #11253F

Color information

#11253F (or 0x11253F) is unknown color: approx Tangaroa. HEX triplet: 11, 25 and 3F. RGB value is (17,37,63). Sum of RGB (Red+Green+Blue) = 17+37+63=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #11253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11253F is #EEDAC0. Grayscale: #212121. Windows color (decimal): -15653569 or 4138257. OLE color: 4138257.

HSL color Cylindrical-coordinate representation of color #11253F: hue angle of 213.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11253F is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173763-
CMYK0.730.4100.75
HSL213.91º57.5%15.69%-
HSV(B)213.91º73.02%24.71%-
XYZ1.791.84.96-
YUV33.98144.37115.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 63 (25% from 255) = 53.85%
R=14.53%
G=31.62%
B=53.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1737630.730.4100.75213.9157.515.69
Hex11253F492904Bd63a10
Octal2145771115101133267220
Binary100011001011111111001001101001010010111101011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11253F; }

 p { color: rgb(17,37,63); }

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

<style>
 a { background-color: #11253F; }

 a { background-color: rgb(17,37,63); }

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

<style>
 span { border-color: #11253F; }

 span { border-color: rgb(17,37,63); }

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