#0F293A

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

Shades of Tangaroa #0F293A

Tints of Tangaroa #0F293A

Color information

#0F293A (or 0x0F293A) is unknown color: approx Tangaroa. HEX triplet: 0F, 29 and 3A. RGB value is (15,41,58). Sum of RGB (Red+Green+Blue) = 15+41+58=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F293A is #F0D6C5. Grayscale: #232323. Windows color (decimal): -15783622 or 3811599. OLE color: 3811599.

HSL color Cylindrical-coordinate representation of color #0F293A: hue angle of 203.72º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F293A is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB154158-
CMYK0.740.2900.77
HSL203.72º58.9%14.31%-
HSV(B)203.72º74.14%22.75%-
XYZ1.751.994.3-
YUV35.16140.89113.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=13.16%
G=35.96%
B=50.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1541580.740.2900.77203.7258.914.31
HexF293A4A1D04Dcc3be
Octal1751721123501153147316
Binary111110100111101010010101110101001101110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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