#0F223B

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

Shades of Tangaroa #0F223B

Tints of Tangaroa #0F223B

Color information

#0F223B (or 0x0F223B) is unknown color: approx Tangaroa. HEX triplet: 0F, 22 and 3B. RGB value is (15,34,59). Sum of RGB (Red+Green+Blue) = 15+34+59=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F223B is #F0DDC4. Grayscale: #1F1F1F. Windows color (decimal): -15785413 or 3875343. OLE color: 3875343.

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

Color convert

RGB153459-
CMYK0.750.4200.77
HSL214.09º59.46%14.51%-
HSV(B)214.09º74.58%23.14%-
XYZ1.561.564.36-
YUV31.17143.71116.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 59 (23.44% from 255) = 54.63%
R=13.89%
G=31.48%
B=54.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1534590.750.4200.77214.0959.4614.51
HexF223B4B2A04Dd63bf
Octal1742731135201153267317
Binary1111100010111011100101110101001001101110101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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