#0F2739

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

Shades of Tangaroa #0F2739

Tints of Tangaroa #0F2739

Color information

#0F2739 (or 0x0F2739) is unknown color: approx Tangaroa. HEX triplet: 0F, 27 and 39. RGB value is (15,39,57). Sum of RGB (Red+Green+Blue) = 15+39+57=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F2739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2739 is #F0D8C6. Grayscale: #212121. Windows color (decimal): -15784135 or 3745551. OLE color: 3745551.

HSL color Cylindrical-coordinate representation of color #0F2739: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F2739 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB153957-
CMYK0.740.3200.78
HSL205.71º58.33%14.12%-
HSV(B)205.71º73.68%22.35%-
XYZ1.661.854.14-
YUV33.88141.05114.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=13.51%
G=35.14%
B=51.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1539570.740.3200.78205.7158.3314.12
HexF27394A2004Ece3ae
Octal1747711124001163167216
Binary1111100111111001100101010000001001110110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,57); }

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

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

 a { background-color: rgb(15,39,57); }

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

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

 span { border-color: rgb(15,39,57); }

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