Html Css Color HEX #04213D Tangaroa

📋 copy color: '#04213D'

red 4 ◦ green 33 ◦ blue 61

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

Shades of Tangaroa #04213D

Tints of Tangaroa #04213D

RGB

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

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

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

R = 4.08%
G = 33.67%
B = 62.24%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04213D (or 0x04213D) is known color: Tangaroa. HEX triplet: 04, 21 and 3D. RGB value is (4,33,61). Sum of RGB (Red+Green+Blue) = 4+33+61=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #04213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04213D is #FBDEC2. Grayscale: #1B1B1B. Windows color (decimal): -16506563 or 4006148. OLE color: 4006148.

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

Color convert

RGB 4 33 61 -
CMYK 0.93 0.46 0 0.76
HSL 209.47º 0.88% 0.13% -
HSV(B) 209.47º 0.93% 0.24% -
XYZ 1.44 1.45 4.62 -
YUV 27.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 4 33 61 0.93 0.46 0 0.76 209.47 0.88 0.13
Hex 4 21 3D 5D 2E 0 4C D1 58 D
Octal 4 41 75 135 56 0 114 321 130 15
Binary 100 100001 111101 1011101 101110 0 1001100 11010001 1011000 1101

Color Harmonies of #04213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04213D

Black with #04213D

Text Example


Text Example

White with #04213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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