Html Css Color HEX #052A40 Tangaroa

📋 copy color: '#052A40'

red 5 ◦ green 42 ◦ blue 64

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

Shades of Tangaroa #052A40

Tints of Tangaroa #052A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 37.84%

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

R = 4.5%
G = 37.84%
B = 57.66%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052A40 (or 0x052A40) is known color: Tangaroa. HEX triplet: 05, 2A and 40. RGB value is (5,42,64). Sum of RGB (Red+Green+Blue) = 5+42+64=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #052A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A40 is #FAD5BF. Grayscale: #212121. Windows color (decimal): -16438720 or 4205061. OLE color: 4205061.

HSL color Cylindrical-coordinate representation of color #052A40: hue angle of 202.37º 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 #052A40 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 42 64 -
CMYK 0.92 0.34 0 0.75
HSL 202.37º 0.86% 0.14% -
HSV(B) 202.37º 0.92% 0.25% -
XYZ 1.82 2.06 5.15 -
YUV 33.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 5 42 64 0.92 0.34 0 0.75 202.37 0.86 0.14
Hex 5 2A 40 5C 22 0 4B CA 56 E
Octal 5 52 100 134 42 0 113 312 126 16
Binary 101 101010 1000000 1011100 100010 0 1001011 11001010 1010110 1110

Color Harmonies of #052A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A40

Black with #052A40

Text Example


Text Example

White with #052A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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