Html Css Color HEX #05213B Tangaroa

📋 copy color: '#05213B'

red 5 ◦ green 33 ◦ blue 59

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

Shades of Tangaroa #05213B

Tints of Tangaroa #05213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 60.82%

R = 5.15%
G = 34.02%
B = 60.82%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05213B (or 0x05213B) is known color: Tangaroa. HEX triplet: 05, 21 and 3B. RGB value is (5,33,59). Sum of RGB (Red+Green+Blue) = 5+33+59=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #05213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05213B is #FADEC4. Grayscale: #1B1B1B. Windows color (decimal): -16441029 or 3875077. OLE color: 3875077.

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

Color convert

RGB 5 33 59 -
CMYK 0.92 0.44 0 0.77
HSL 208.89º 0.84% 0.13% -
HSV(B) 208.89º 0.92% 0.23% -
XYZ 1.4 1.44 4.34 -
YUV 27.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 5 33 59 0.92 0.44 0 0.77 208.89 0.84 0.13
Hex 5 21 3B 5C 2C 0 4D D1 54 D
Octal 5 41 73 134 54 0 115 321 124 15
Binary 101 100001 111011 1011100 101100 0 1001101 11010001 1010100 1101

Color Harmonies of #05213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05213B

Black with #05213B

Text Example


Text Example

White with #05213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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