#0F1F36

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

Shades of Tangaroa #0F1F36

Tints of Tangaroa #0F1F36

Color information

#0F1F36 (or 0x0F1F36) is unknown color: approx Tangaroa. HEX triplet: 0F, 1F and 36. RGB value is (15,31,54). Sum of RGB (Red+Green+Blue) = 15+31+54=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F1F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F36 is #F0E0C9. Grayscale: #1C1C1C. Windows color (decimal): -15786186 or 3546895. OLE color: 3546895.

HSL color Cylindrical-coordinate representation of color #0F1F36: hue angle of 215.38º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F1F36 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB153154-
CMYK0.720.4300.79
HSL215.38º56.52%13.53%-
HSV(B)215.38º72.22%21.18%-
XYZ1.351.353.68-
YUV28.84142.2118.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 54 (21.48% from 255) = 54%
R=15%
G=31%
B=54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1531540.720.4300.79215.3856.5213.53
HexF1F36482B04Fd739e
Octal1737661105301173277116
Binary111111111110110100100010101101001111110101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,54); }

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

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

 a { background-color: rgb(15,31,54); }

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

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

 span { border-color: rgb(15,31,54); }

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