#0F2847

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

Shades of Tangaroa #0F2847

Tints of Tangaroa #0F2847

Color information

#0F2847 (or 0x0F2847) is unknown color: approx Tangaroa. HEX triplet: 0F, 28 and 47. RGB value is (15,40,71). Sum of RGB (Red+Green+Blue) = 15+40+71=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F2847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2847 is #F0D7B8. Grayscale: #232323. Windows color (decimal): -15783865 or 4663311. OLE color: 4663311.

HSL color Cylindrical-coordinate representation of color #0F2847: hue angle of 213.21º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2847 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB154071-
CMYK0.790.4400.72
HSL213.21º65.12%16.86%-
HSV(B)213.21º78.87%27.84%-
XYZ2.092.076.25-
YUV36.06147.72112.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=11.90%
G=31.75%
B=56.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1540710.790.4400.72213.2165.1216.86
HexF28474F2C048d54111
Octal175010711754011032510121
Binary1111101000100011110011111011000100100011010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F2847; }

 p { color: rgb(15,40,71); }

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

<style>
 a { background-color: #0F2847; }

 a { background-color: rgb(15,40,71); }

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

<style>
 span { border-color: #0F2847; }

 span { border-color: rgb(15,40,71); }

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