#05213D

Color #05213D Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #05213D

Tints of Tangaroa #05213D

Color information

#05213D (or 0x05213D) is unknown color: approx Tangaroa. HEX triplet: 05, 21 and 3D. RGB value is (5,33,61). Sum of RGB (Red+Green+Blue) = 5+33+61=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #05213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05213D is #FADEC2. Grayscale: #1B1B1B. Windows color (decimal): -16441027 or 4006149. OLE color: 4006149.

HSL color Cylindrical-coordinate representation of color #05213D: hue angle of 210º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05213D is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB53361-
CMYK0.920.4600.76
HSL210º84.85%12.94%-
HSV(B)210º91.8%23.92%-
XYZ1.451.464.62-
YUV27.82146.72111.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 61.62%
R=5.05%
G=33.33%
B=61.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal533610.920.4600.7621084.8512.94
Hex5213D5C2E04Cd255d
Octal5417513456011432212515
Binary1011000011111011011100101110010011001101001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05213D;
 }
 .AnyTagClassName
 {
   color: #05213D;
 }
</style>
background-color css

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

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

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

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

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

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