#0F263B

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

Shades of Tangaroa #0F263B

Tints of Tangaroa #0F263B

Color information

#0F263B (or 0x0F263B) is unknown color: approx Tangaroa. HEX triplet: 0F, 26 and 3B. RGB value is (15,38,59). Sum of RGB (Red+Green+Blue) = 15+38+59=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F263B is #F0D9C4. Grayscale: #212121. Windows color (decimal): -15784389 or 3876367. OLE color: 3876367.

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

Color convert

RGB153859-
CMYK0.750.3600.77
HSL208.64º59.46%14.51%-
HSV(B)208.64º74.58%23.14%-
XYZ1.681.84.4-
YUV33.52142.38114.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=13.39%
G=33.93%
B=52.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1538590.750.3600.77208.6459.4614.51
HexF263B4B2404Dd13bf
Octal1746731134401153217317
Binary1111100110111011100101110010001001101110100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,59); }

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

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

 a { background-color: rgb(15,38,59); }

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

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

 span { border-color: rgb(15,38,59); }

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