Html Css Color HEX #04203C Tangaroa

📋 copy color: '#04203C'

red 4 ◦ green 32 ◦ blue 60

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

Shades of Tangaroa #04203C

Tints of Tangaroa #04203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 62.5%

R = 4.17%
G = 33.33%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04203C (or 0x04203C) is known color: Tangaroa. HEX triplet: 04, 20 and 3C. RGB value is (4,32,60). Sum of RGB (Red+Green+Blue) = 4+32+60=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #04203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04203C is #FBDFC3. Grayscale: #1A1A1A. Windows color (decimal): -16506820 or 3940356. OLE color: 3940356.

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

Color convert

RGB 4 32 60 -
CMYK 0.93 0.47 0 0.76
HSL 210º 0.88% 0.13% -
HSV(B) 210º 0.93% 0.24% -
XYZ 1.38 1.39 4.47 -
YUV 26.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 4 32 60 0.93 0.47 0 0.76 210 0.88 0.13
Hex 4 20 3C 5D 2F 0 4C D2 58 D
Octal 4 40 74 135 57 0 114 322 130 15
Binary 100 100000 111100 1011101 101111 0 1001100 11010010 1011000 1101

Color Harmonies of #04203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04203C

Black with #04203C

Text Example


Text Example

White with #04203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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