#04203B

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

Shades of Tangaroa #04203B

Tints of Tangaroa #04203B

Color information

#04203B (or 0x04203B) is unknown color: approx Tangaroa. HEX triplet: 04, 20 and 3B. RGB value is (4,32,59). Sum of RGB (Red+Green+Blue) = 4+32+59=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 59 (23.44% from 255 or 62.11% from 95); Max value from RGB is 59 - color contains mainly: blue. Hex color #04203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04203B is #FBDFC4. Grayscale: #1A1A1A. Windows color (decimal): -16506821 or 3874820. OLE color: 3874820.

HSL color Cylindrical-coordinate representation of color #04203B: hue angle of 209.45º 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 #04203B is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB43259-
CMYK0.930.4600.77
HSL209.45º87.3%12.35%-
HSV(B)209.45º93.22%23.14%-
XYZ1.361.374.33-
YUV26.71146.22111.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 59 (23.44% from 255) = 62.11%
R=4.21%
G=33.68%
B=62.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal432590.930.4600.77209.4587.312.35
Hex4203B5D2E04Dd157c
Octal4407313556011532112714
Binary1001000001110111011101101110010011011101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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