#0F1F35

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

Shades of Tangaroa #0F1F35

Tints of Tangaroa #0F1F35

Color information

#0F1F35 (or 0x0F1F35) is unknown color: approx Tangaroa. HEX triplet: 0F, 1F and 35. RGB value is (15,31,53). Sum of RGB (Red+Green+Blue) = 15+31+53=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F1F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F35 is #F0E0CA. Grayscale: #1C1C1C. Windows color (decimal): -15786187 or 3481359. OLE color: 3481359.

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

Color convert

RGB153153-
CMYK0.720.4200.79
HSL214.74º55.88%13.33%-
HSV(B)214.74º71.7%20.78%-
XYZ1.331.343.56-
YUV28.72141.7118.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=15.15%
G=31.31%
B=53.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1531530.720.4200.79214.7455.8813.33
HexF1F35482A04Fd738d
Octal1737651105201173277015
Binary111111111110101100100010101001001111110101111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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