#08203B

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

Shades of Tangaroa #08203B

Tints of Tangaroa #08203B

Color information

#08203B (or 0x08203B) is unknown color: approx Tangaroa. HEX triplet: 08, 20 and 3B. RGB value is (8,32,59). Sum of RGB (Red+Green+Blue) = 8+32+59=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #08203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08203B is #F7DFC4. Grayscale: #1B1B1B. Windows color (decimal): -16244677 or 3874824. OLE color: 3874824.

HSL color Cylindrical-coordinate representation of color #08203B: hue angle of 211.76º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08203B is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB83259-
CMYK0.860.4600.77
HSL211.76º76.12%13.14%-
HSV(B)211.76º86.44%23.14%-
XYZ1.411.44.33-
YUV27.9145.55113.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 59 (23.44% from 255) = 59.60%
R=8.08%
G=32.32%
B=59.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal832590.860.4600.77211.7676.1213.14
Hex8203B562E04Dd44cd
Octal10407312656011532411415
Binary10001000001110111010110101110010011011101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08203B; }

 p { color: rgb(8,32,59); }

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

<style>
 a { background-color: #08203B; }

 a { background-color: rgb(8,32,59); }

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

<style>
 span { border-color: #08203B; }

 span { border-color: rgb(8,32,59); }

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