Html Css Color HEX #04203A Tangaroa

📋 copy color: '#04203A'

red 4 ◦ green 32 ◦ blue 58

#04203A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #04203A

Tints of Tangaroa #04203A

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.7%

R = 4.26%
G = 34.04%
B = 61.7%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#04203A (or 0x04203A) is known color: 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

RGB 4 32 58 -
CMYK 0.93 0.45 0 0.77
HSL 208.89º 0.87% 0.12% -
HSV(B) 208.89º 0.93% 0.23% -
XYZ 1.33 1.36 4.2 -
YUV 26.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 4 32 58 0.93 0.45 0 0.77 208.89 0.87 0.12
Hex 4 20 3A 5D 2D 0 4D D1 57 C
Octal 4 40 72 135 55 0 115 321 127 14
Binary 100 100000 111010 1011101 101101 0 1001101 11010001 1010111 1100

Color Harmonies of #04203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04203A

Black with #04203A

Text Example


Text Example

White with #04203A

Text Example


Text Example

HTML Codes & Css Web 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>