#0F2340

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

Shades of Tangaroa #0F2340

Tints of Tangaroa #0F2340

Color information

#0F2340 (or 0x0F2340) is unknown color: approx Tangaroa. HEX triplet: 0F, 23 and 40. RGB value is (15,35,64). Sum of RGB (Red+Green+Blue) = 15+35+64=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F2340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2340 is #F0DCBF. Grayscale: #202020. Windows color (decimal): -15785152 or 4203279. OLE color: 4203279.

HSL color Cylindrical-coordinate representation of color #0F2340: hue angle of 215.51º 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 #0F2340 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB153564-
CMYK0.770.4500.75
HSL215.51º62.03%15.49%-
HSV(B)215.51º76.56%25.1%-
XYZ1.721.675.08-
YUV32.33145.87115.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=13.16%
G=30.70%
B=56.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1535640.770.4500.75215.5162.0315.49
HexF23404D2D04Bd83ef
Octal17431001155501133307617
Binary11111000111000000100110110110101001011110110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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