#08203C

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

Shades of Tangaroa #08203C

Tints of Tangaroa #08203C

Color information

#08203C (or 0x08203C) is unknown color: approx Tangaroa. HEX triplet: 08, 20 and 3C. RGB value is (8,32,60). Sum of RGB (Red+Green+Blue) = 8+32+60=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #08203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08203C is #F7DFC3. Grayscale: #1B1B1B. Windows color (decimal): -16244676 or 3940360. OLE color: 3940360.

HSL color Cylindrical-coordinate representation of color #08203C: hue angle of 212.31º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08203C is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB83260-
CMYK0.870.4700.76
HSL212.31º76.47%13.33%-
HSV(B)212.31º86.67%23.53%-
XYZ1.431.414.47-
YUV28.02146.05113.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 60 (23.83% from 255) = 60%
R=8%
G=32%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal832600.870.4700.76212.3176.4713.33
Hex8203C572F04Cd44cd
Octal10407412757011432411415
Binary10001000001111001010111101111010011001101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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