Html Css Color HEX #04213E Tangaroa

📋 copy color: '#04213E'

red 4 ◦ green 33 ◦ blue 62

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

Shades of Tangaroa #04213E

Tints of Tangaroa #04213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 62.63%

R = 4.04%
G = 33.33%
B = 62.63%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04213E (or 0x04213E) is known color: Tangaroa. HEX triplet: 04, 21 and 3E. RGB value is (4,33,62). Sum of RGB (Red+Green+Blue) = 4+33+62=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #04213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04213E is #FBDEC1. Grayscale: #1B1B1B. Windows color (decimal): -16506562 or 4071684. OLE color: 4071684.

HSL color Cylindrical-coordinate representation of color #04213E: 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.94%. Process color model (Four color, CMYK) of #04213E is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 33 62 -
CMYK 0.94 0.47 0 0.76
HSL 210º 0.88% 0.13% -
HSV(B) 210º 0.94% 0.24% -
XYZ 1.46 1.46 4.76 -
YUV 27.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 4 33 62 0.94 0.47 0 0.76 210 0.88 0.13
Hex 4 21 3E 5E 2F 0 4C D2 58 D
Octal 4 41 76 136 57 0 114 322 130 15
Binary 100 100001 111110 1011110 101111 0 1001100 11010010 1011000 1101

Color Harmonies of #04213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04213E

Black with #04213E

Text Example


Text Example

White with #04213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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