#0F2745

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

Shades of Tangaroa #0F2745

Tints of Tangaroa #0F2745

Color information

#0F2745 (or 0x0F2745) is unknown color: approx Tangaroa. HEX triplet: 0F, 27 and 45. RGB value is (15,39,69). Sum of RGB (Red+Green+Blue) = 15+39+69=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #0F2745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2745 is #F0D8BA. Grayscale: #232323. Windows color (decimal): -15784123 or 4531983. OLE color: 4531983.

HSL color Cylindrical-coordinate representation of color #0F2745: hue angle of 213.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F2745 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB153969-
CMYK0.780.4300.73
HSL213.33º64.29%16.47%-
HSV(B)213.33º78.26%27.06%-
XYZ21.985.91-
YUV35.24147.05113.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 69 (27.34% from 255) = 56.10%
R=12.20%
G=31.71%
B=56.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1539690.780.4300.73213.3364.2916.47
HexF27454E2B049d54010
Octal174710511653011132510020
Binary1111100111100010110011101010110100100111010101100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,69); }

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

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

 a { background-color: rgb(15,39,69); }

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

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

 span { border-color: rgb(15,39,69); }

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