#0F2B44

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

Shades of Tangaroa #0F2B44

Tints of Tangaroa #0F2B44

Color information

#0F2B44 (or 0x0F2B44) is unknown color: approx Tangaroa. HEX triplet: 0F, 2B and 44. RGB value is (15,43,68). Sum of RGB (Red+Green+Blue) = 15+43+68=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F2B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2B44 is #F0D4BB. Grayscale: #252525. Windows color (decimal): -15783100 or 4467471. OLE color: 4467471.

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

Color convert

RGB154368-
CMYK0.780.3700.73
HSL208.3º63.86%16.27%-
HSV(B)208.3º77.94%26.67%-
XYZ2.12.255.79-
YUV37.48145.22111.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 68 (26.95% from 255) = 53.97%
R=11.90%
G=34.13%
B=53.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1543680.780.3700.73208.363.8616.27
HexF2B444E25049d04010
Octal175310411645011132010020
Binary1111101011100010010011101001010100100111010000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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