#0F2D40

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

Shades of Tangaroa #0F2D40

Tints of Tangaroa #0F2D40

Color information

#0F2D40 (or 0x0F2D40) is unknown color: approx Tangaroa. HEX triplet: 0F, 2D and 40. RGB value is (15,45,64). Sum of RGB (Red+Green+Blue) = 15+45+64=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F2D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D40 is #F0D2BF. Grayscale: #262626. Windows color (decimal): -15782592 or 4205839. OLE color: 4205839.

HSL color Cylindrical-coordinate representation of color #0F2D40: hue angle of 203.27º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F2D40 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB154564-
CMYK0.770.3000.75
HSL203.27º62.03%15.49%-
HSV(B)203.27º76.56%25.1%-
XYZ2.062.355.2-
YUV38.2142.56111.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=12.10%
G=36.29%
B=51.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1545640.770.3000.75203.2762.0315.49
HexF2D404D1E04Bcb3ef
Octal17551001153601133137617
Binary1111101101100000010011011111001001011110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,64); }

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

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

 a { background-color: rgb(15,45,64); }

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

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

 span { border-color: rgb(15,45,64); }

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