#0F213C

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

Shades of Tangaroa #0F213C

Tints of Tangaroa #0F213C

Color information

#0F213C (or 0x0F213C) is unknown color: approx Tangaroa. HEX triplet: 0F, 21 and 3C. RGB value is (15,33,60). Sum of RGB (Red+Green+Blue) = 15+33+60=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F213C is #F0DEC3. Grayscale: #1E1E1E. Windows color (decimal): -15785668 or 3940623. OLE color: 3940623.

HSL color Cylindrical-coordinate representation of color #0F213C: hue angle of 216º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F213C is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB153360-
CMYK0.750.4500.76
HSL216º60%14.71%-
HSV(B)216º75%23.53%-
XYZ1.561.524.49-
YUV30.7144.54116.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 60 (23.83% from 255) = 55.56%
R=13.89%
G=30.56%
B=55.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1533600.750.4500.762166014.71
HexF213C4B2D04Cd83cf
Octal1741741135501143307417
Binary1111100001111100100101110110101001100110110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,33,60); }

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

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

 a { background-color: rgb(15,33,60); }

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

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

 span { border-color: rgb(15,33,60); }

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