#07203B

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

Shades of Tangaroa #07203B

Tints of Tangaroa #07203B

Color information

#07203B (or 0x07203B) is unknown color: approx Tangaroa. HEX triplet: 07, 20 and 3B. RGB value is (7,32,59). Sum of RGB (Red+Green+Blue) = 7+32+59=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #07203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07203B is #F8DFC4. Grayscale: #1B1B1B. Windows color (decimal): -16310213 or 3874823. OLE color: 3874823.

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

Color convert

RGB73259-
CMYK0.880.4600.77
HSL211.15º78.79%12.94%-
HSV(B)211.15º88.14%23.14%-
XYZ1.391.394.33-
YUV27.6145.72113.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 59 (23.44% from 255) = 60.20%
R=7.14%
G=32.65%
B=60.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal732590.880.4600.77211.1578.7912.94
Hex7203B582E04Dd34fd
Octal7407313056011532311715
Binary1111000001110111011000101110010011011101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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