#0F233C

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

Shades of Tangaroa #0F233C

Tints of Tangaroa #0F233C

Color information

#0F233C (or 0x0F233C) is unknown color: approx Tangaroa. HEX triplet: 0F, 23 and 3C. RGB value is (15,35,60). Sum of RGB (Red+Green+Blue) = 15+35+60=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F233C is #F0DCC3. Grayscale: #1F1F1F. Windows color (decimal): -15785156 or 3941135. OLE color: 3941135.

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

Color convert

RGB153560-
CMYK0.750.4200.76
HSL213.33º60%14.71%-
HSV(B)213.33º75%23.53%-
XYZ1.611.634.5-
YUV31.87143.87115.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=13.64%
G=31.82%
B=54.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1535600.750.4200.76213.336014.71
HexF233C4B2A04Cd53cf
Octal1743741135201143257417
Binary1111100011111100100101110101001001100110101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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