#0F233A

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

Shades of Tangaroa #0F233A

Tints of Tangaroa #0F233A

Color information

#0F233A (or 0x0F233A) is unknown color: approx Tangaroa. HEX triplet: 0F, 23 and 3A. RGB value is (15,35,58). Sum of RGB (Red+Green+Blue) = 15+35+58=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F233A is #F0DCC5. Grayscale: #1F1F1F. Windows color (decimal): -15785158 or 3810063. OLE color: 3810063.

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

Color convert

RGB153558-
CMYK0.740.4000.77
HSL212.09º58.9%14.31%-
HSV(B)212.09º74.14%22.75%-
XYZ1.561.614.23-
YUV31.64142.87116.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=13.89%
G=32.41%
B=53.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1535580.740.4000.77212.0958.914.31
HexF233A4A2804Dd43be
Octal1743721125001153247316
Binary1111100011111010100101010100001001101110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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