#0F2947

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

Shades of Tangaroa #0F2947

Tints of Tangaroa #0F2947

Color information

#0F2947 (or 0x0F2947) is unknown color: approx Tangaroa. HEX triplet: 0F, 29 and 47. RGB value is (15,41,71). Sum of RGB (Red+Green+Blue) = 15+41+71=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F2947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2947 is #F0D6B8. Grayscale: #242424. Windows color (decimal): -15783609 or 4663567. OLE color: 4663567.

HSL color Cylindrical-coordinate representation of color #0F2947: hue angle of 212.14º 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 #0F2947 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB154171-
CMYK0.790.4200.72
HSL212.14º65.12%16.86%-
HSV(B)212.14º78.87%27.84%-
XYZ2.132.146.26-
YUV36.65147.39112.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 71 (28.12% from 255) = 55.91%
R=11.81%
G=32.28%
B=55.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1541710.790.4200.72212.1465.1216.86
HexF29474F2A048d44111
Octal175110711752011032410121
Binary1111101001100011110011111010100100100011010100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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