#0F2138

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

Shades of Tangaroa #0F2138

Tints of Tangaroa #0F2138

Color information

#0F2138 (or 0x0F2138) is unknown color: approx Tangaroa. HEX triplet: 0F, 21 and 38. RGB value is (15,33,56). Sum of RGB (Red+Green+Blue) = 15+33+56=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F2138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2138 is #F0DEC7. Grayscale: #1E1E1E. Windows color (decimal): -15785672 or 3678479. OLE color: 3678479.

HSL color Cylindrical-coordinate representation of color #0F2138: hue angle of 213.66º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F2138 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB153356-
CMYK0.730.4100.78
HSL213.66º57.75%13.92%-
HSV(B)213.66º73.21%21.96%-
XYZ1.451.473.95-
YUV30.24142.54117.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=14.42%
G=31.73%
B=53.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1533560.730.4100.78213.6657.7513.92
HexF2138492904Ed63ae
Octal1741701115101163267216
Binary1111100001111000100100110100101001110110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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