#0F2839

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

Shades of Tangaroa #0F2839

Tints of Tangaroa #0F2839

Color information

#0F2839 (or 0x0F2839) is unknown color: approx Tangaroa. HEX triplet: 0F, 28 and 39. RGB value is (15,40,57). Sum of RGB (Red+Green+Blue) = 15+40+57=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F2839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2839 is #F0D7C6. Grayscale: #222222. Windows color (decimal): -15783879 or 3745807. OLE color: 3745807.

HSL color Cylindrical-coordinate representation of color #0F2839: hue angle of 204.29º 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 #0F2839 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB154057-
CMYK0.740.3000.78
HSL204.29º58.33%14.12%-
HSV(B)204.29º73.68%22.35%-
XYZ1.691.914.15-
YUV34.46140.72114.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 57 (22.66% from 255) = 50.89%
R=13.39%
G=35.71%
B=50.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1540570.740.3000.78204.2958.3314.12
HexF28394A1E04Ecc3ae
Octal1750711123601163147216
Binary111110100011100110010101111001001110110011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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