#0F2744

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

Shades of Tangaroa #0F2744

Tints of Tangaroa #0F2744

Color information

#0F2744 (or 0x0F2744) is unknown color: approx Tangaroa. HEX triplet: 0F, 27 and 44. RGB value is (15,39,68). Sum of RGB (Red+Green+Blue) = 15+39+68=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F2744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2744 is #F0D8BB. Grayscale: #222222. Windows color (decimal): -15784124 or 4466447. OLE color: 4466447.

HSL color Cylindrical-coordinate representation of color #0F2744: hue angle of 212.83º 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 #0F2744 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB153968-
CMYK0.780.4300.73
HSL212.83º63.86%16.27%-
HSV(B)212.83º77.94%26.67%-
XYZ1.971.975.75-
YUV35.13146.55113.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 68 (26.95% from 255) = 55.74%
R=12.30%
G=31.97%
B=55.74%

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
Decimal1539680.780.4300.73212.8363.8616.27
HexF27444E2B049d54010
Octal174710411653011132510020
Binary1111100111100010010011101010110100100111010101100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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