#0F253A

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

Shades of Tangaroa #0F253A

Tints of Tangaroa #0F253A

Color information

#0F253A (or 0x0F253A) is unknown color: approx Tangaroa. HEX triplet: 0F, 25 and 3A. RGB value is (15,37,58). Sum of RGB (Red+Green+Blue) = 15+37+58=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F253A is #F0DAC5. Grayscale: #202020. Windows color (decimal): -15784646 or 3810575. OLE color: 3810575.

HSL color Cylindrical-coordinate representation of color #0F253A: hue angle of 209.3º 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 #0F253A is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB153758-
CMYK0.740.3600.77
HSL209.3º58.9%14.31%-
HSV(B)209.3º74.14%22.75%-
XYZ1.621.734.25-
YUV32.82142.21115.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 58 (23.05% from 255) = 52.73%
R=13.64%
G=33.64%
B=52.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1537580.740.3600.77209.358.914.31
HexF253A4A2404Dd13be
Octal1745721124401153217316
Binary1111100101111010100101010010001001101110100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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