#0F2A48

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

Shades of Tangaroa #0F2A48

Tints of Tangaroa #0F2A48

Color information

#0F2A48 (or 0x0F2A48) is unknown color: approx Tangaroa. HEX triplet: 0F, 2A and 48. RGB value is (15,42,72). Sum of RGB (Red+Green+Blue) = 15+42+72=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A48 is #F0D5B7. Grayscale: #252525. Windows color (decimal): -15783352 or 4729359. OLE color: 4729359.

HSL color Cylindrical-coordinate representation of color #0F2A48: hue angle of 211.58º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2A48 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB154272-
CMYK0.790.4200.72
HSL211.58º65.52%17.06%-
HSV(B)211.58º79.17%28.24%-
XYZ2.192.236.44-
YUV37.35147.55112.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=11.63%
G=32.56%
B=55.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1542720.790.4200.72211.5865.5217.06
HexF2A484F2A048d44211
Octal175211011752011032410221
Binary1111101010100100010011111010100100100011010100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,42,72); }

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

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

 a { background-color: rgb(15,42,72); }

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

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

 span { border-color: rgb(15,42,72); }

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