Html Css Color HEX #05213A Tangaroa

📋 copy color: '#05213A'

red 5 ◦ green 33 ◦ blue 58

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

Shades of Tangaroa #05213A

Tints of Tangaroa #05213A

RGB

 RED value IS 5 (2.34% from 255) = 5.21%

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 5.21%
G = 34.38%
B = 60.42%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05213A (or 0x05213A) is known color: Tangaroa. HEX triplet: 05, 21 and 3A. RGB value is (5,33,58). Sum of RGB (Red+Green+Blue) = 5+33+58=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #05213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05213A is #FADEC5. Grayscale: #1B1B1B. Windows color (decimal): -16441030 or 3809541. OLE color: 3809541.

HSL color Cylindrical-coordinate representation of color #05213A: hue angle of 208.3º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05213A is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 33 58 -
CMYK 0.91 0.43 0 0.77
HSL 208.3º 0.84% 0.12% -
HSV(B) 208.3º 0.91% 0.23% -
XYZ 1.37 1.43 4.21 -
YUV 27.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 5 33 58 0.91 0.43 0 0.77 208.3 0.84 0.12
Hex 5 21 3A 5B 2B 0 4D D0 54 C
Octal 5 41 72 133 53 0 115 320 124 14
Binary 101 100001 111010 1011011 101011 0 1001101 11010000 1010100 1100

Color Harmonies of #05213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05213A

Black with #05213A

Text Example


Text Example

White with #05213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05213A; }

 p { color: rgb(5,33,58); }

 H1.HeaderClassName
 {
   color: #05213A;
 }
 .AnyTagClassName
 {
   color: #05213A;
 }
</style>

background-color css

<style>
 a { background-color: #05213A; }

 a { background-color: rgb(5,33,58); }

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

border-color css

<style>
 span { border-color: #05213A; }

 span { border-color: rgb(5,33,58); }

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