Html Css Color HEX #04213C Tangaroa

📋 copy color: '#04213C'

red 4 ◦ green 33 ◦ blue 60

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

Shades of Tangaroa #04213C

Tints of Tangaroa #04213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.02%

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

R = 4.12%
G = 34.02%
B = 61.86%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04213C (or 0x04213C) is known color: Tangaroa. HEX triplet: 04, 21 and 3C. RGB value is (4,33,60). Sum of RGB (Red+Green+Blue) = 4+33+60=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #04213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04213C is #FBDEC3. Grayscale: #1B1B1B. Windows color (decimal): -16506564 or 3940612. OLE color: 3940612.

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

Color convert

RGB 4 33 60 -
CMYK 0.93 0.45 0 0.76
HSL 208.93º 0.88% 0.13% -
HSV(B) 208.93º 0.93% 0.24% -
XYZ 1.41 1.44 4.48 -
YUV 27.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 4 33 60 0.93 0.45 0 0.76 208.93 0.88 0.13
Hex 4 21 3C 5D 2D 0 4C D1 58 D
Octal 4 41 74 135 55 0 114 321 130 15
Binary 100 100001 111100 1011101 101101 0 1001100 11010001 1011000 1101

Color Harmonies of #04213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04213C

Black with #04213C

Text Example


Text Example

White with #04213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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