#0F2940

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

Shades of Tangaroa #0F2940

Tints of Tangaroa #0F2940

Color information

#0F2940 (or 0x0F2940) is unknown color: approx Tangaroa. HEX triplet: 0F, 29 and 40. RGB value is (15,41,64). Sum of RGB (Red+Green+Blue) = 15+41+64=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F2940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2940 is #F0D6BF. Grayscale: #232323. Windows color (decimal): -15783616 or 4204815. OLE color: 4204815.

HSL color Cylindrical-coordinate representation of color #0F2940: hue angle of 208.16º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F2940 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB154164-
CMYK0.770.3600.75
HSL208.16º62.03%15.49%-
HSV(B)208.16º76.56%25.1%-
XYZ1.922.065.15-
YUV35.85143.89113.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.5%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=12.5%
G=34.17%
B=53.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1541640.770.3600.75208.1662.0315.49
HexF29404D2404Bd03ef
Octal17511001154401133207617
Binary11111010011000000100110110010001001011110100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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