#04203A

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

Shades of Tangaroa #04203A

Tints of Tangaroa #04203A

Color information

#04203A (or 0x04203A) is unknown color: approx Tangaroa. HEX triplet: 04, 20 and 3A. RGB value is (4,32,58). Sum of RGB (Red+Green+Blue) = 4+32+58=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #04203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04203A is #FBDFC5. Grayscale: #1A1A1A. Windows color (decimal): -16506822 or 3809284. OLE color: 3809284.

HSL color Cylindrical-coordinate representation of color #04203A: hue angle of 208.89º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04203A is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB43258-
CMYK0.930.4500.77
HSL208.89º87.1%12.16%-
HSV(B)208.89º93.1%22.75%-
XYZ1.331.364.2-
YUV26.59145.72111.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=4.26%
G=34.04%
B=61.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal432580.930.4500.77208.8987.112.16
Hex4203A5D2D04Dd157c
Octal4407213555011532112714
Binary1001000001110101011101101101010011011101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04203A; }

 p { color: rgb(4,32,58); }

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

<style>
 a { background-color: #04203A; }

 a { background-color: rgb(4,32,58); }

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

<style>
 span { border-color: #04203A; }

 span { border-color: rgb(4,32,58); }

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