Html Css Color HEX #052040 Tangaroa

📋 copy color: '#052040'

red 5 ◦ green 32 ◦ blue 64

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

Shades of Tangaroa #052040

Tints of Tangaroa #052040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.68%

 BLUE value IS 64 (25.39% from 255) = 63.37%

R = 4.95%
G = 31.68%
B = 63.37%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052040 (or 0x052040) is known color: Tangaroa. HEX triplet: 05, 20 and 40. RGB value is (5,32,64). Sum of RGB (Red+Green+Blue) = 5+32+64=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #052040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052040 is #FADFBF. Grayscale: #1B1B1B. Windows color (decimal): -16441280 or 4202501. OLE color: 4202501.

HSL color Cylindrical-coordinate representation of color #052040: hue angle of 212.54º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052040 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 32 64 -
CMYK 0.92 0.50 0 0.75
HSL 212.54º 0.86% 0.14% -
HSV(B) 212.54º 0.92% 0.25% -
XYZ 1.5 1.44 5.05 -
YUV 27.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 5 32 64 0.92 0.50 0 0.75 212.54 0.86 0.14
Hex 5 20 40 5C 32 0 4B D5 56 E
Octal 5 40 100 134 62 0 113 325 126 16
Binary 101 100000 1000000 1011100 110010 0 1001011 11010101 1010110 1110

Color Harmonies of #052040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052040

Black with #052040

Text Example


Text Example

White with #052040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052040; }

 p { color: rgb(5,32,64); }

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

background-color css

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

 a { background-color: rgb(5,32,64); }

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

border-color css

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

 span { border-color: rgb(5,32,64); }

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