Html Css Color HEX #04203B Tangaroa

📋 copy color: '#04203B'

red 4 ◦ green 32 ◦ blue 59

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

Shades of Tangaroa #04203B

Tints of Tangaroa #04203B

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 value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

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

RGB 4 32 59 -
CMYK 0.93 0.46 0 0.77
HSL 209.45º 0.87% 0.12% -
HSV(B) 209.45º 0.93% 0.23% -
XYZ 1.36 1.37 4.33 -
YUV 26.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 4 32 59 0.93 0.46 0 0.77 209.45 0.87 0.12
Hex 4 20 3B 5D 2E 0 4D D1 57 C
Octal 4 40 73 135 56 0 115 321 127 14
Binary 100 100000 111011 1011101 101110 0 1001101 11010001 1010111 1100

Color Harmonies of #04203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04203B

Black with #04203B

Text Example


Text Example

White with #04203B

Text Example


Text Example

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