#0F293B

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

Shades of Tangaroa #0F293B

Tints of Tangaroa #0F293B

Color information

#0F293B (or 0x0F293B) is unknown color: approx Tangaroa. HEX triplet: 0F, 29 and 3B. RGB value is (15,41,59). Sum of RGB (Red+Green+Blue) = 15+41+59=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F293B is #F0D6C4. Grayscale: #232323. Windows color (decimal): -15783621 or 3877135. OLE color: 3877135.

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

Color convert

RGB154159-
CMYK0.750.3100.77
HSL204.55º59.46%14.51%-
HSV(B)204.55º74.58%23.14%-
XYZ1.7824.43-
YUV35.28141.39113.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 59 (23.44% from 255) = 51.30%
R=13.04%
G=35.65%
B=51.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1541590.750.3100.77204.5559.4614.51
HexF293B4B1F04Dcd3bf
Octal1751731133701153157317
Binary111110100111101110010111111101001101110011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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