Html Css Color HEX #04203D Tangaroa

📋 copy color: '#04203D'

red 4 ◦ green 32 ◦ blue 61

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

Shades of Tangaroa #04203D

Tints of Tangaroa #04203D

RGB

 RED value IS 4 (1.95% from 255) = 4.12%

 GREEN value IS 32 (12.89% from 255) = 32.99%

 BLUE value IS 61 (24.22% from 255) = 62.89%

R = 4.12%
G = 32.99%
B = 62.89%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04203D (or 0x04203D) is known color: Tangaroa. HEX triplet: 04, 20 and 3D. RGB value is (4,32,61). Sum of RGB (Red+Green+Blue) = 4+32+61=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #04203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04203D is #FBDFC2. Grayscale: #1A1A1A. Windows color (decimal): -16506819 or 4005892. OLE color: 4005892.

HSL color Cylindrical-coordinate representation of color #04203D: hue angle of 210.53º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04203D is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 32 61 -
CMYK 0.93 0.48 0 0.76
HSL 210.53º 0.88% 0.13% -
HSV(B) 210.53º 0.93% 0.24% -
XYZ 1.41 1.4 4.61 -
YUV 26.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 4 32 61 0.93 0.48 0 0.76 210.53 0.88 0.13
Hex 4 20 3D 5D 30 0 4C D3 58 D
Octal 4 40 75 135 60 0 114 323 130 15
Binary 100 100000 111101 1011101 110000 0 1001100 11010011 1011000 1101

Color Harmonies of #04203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04203D

Black with #04203D

Text Example


Text Example

White with #04203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04203D;
 }
 .AnyTagClassName
 {
   color: #04203D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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