Html Css Color HEX #052042 Tangaroa

📋 copy color: '#052042'

red 5 ◦ green 32 ◦ blue 66

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

Shades of Tangaroa #052042

Tints of Tangaroa #052042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 64.08%

R = 4.85%
G = 31.07%
B = 64.08%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052042 (or 0x052042) is known color: Tangaroa. HEX triplet: 05, 20 and 42. RGB value is (5,32,66). Sum of RGB (Red+Green+Blue) = 5+32+66=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 66 (26.17% from 255 or 64.08% from 103); Max value from RGB is 66 - color contains mainly: blue. Hex color #052042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052042 is #FADFBD. Grayscale: #1B1B1B. Windows color (decimal): -16441278 or 4333573. OLE color: 4333573.

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

Color convert

RGB 5 32 66 -
CMYK 0.92 0.52 0 0.74
HSL 213.44º 0.86% 0.14% -
HSV(B) 213.44º 0.92% 0.26% -
XYZ 1.56 1.46 5.35 -
YUV 27.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 5 32 66 0.92 0.52 0 0.74 213.44 0.86 0.14
Hex 5 20 42 5C 34 0 4A D5 56 E
Octal 5 40 102 134 64 0 112 325 126 16
Binary 101 100000 1000010 1011100 110100 0 1001010 11010101 1010110 1110

Color Harmonies of #052042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052042

Black with #052042

Text Example


Text Example

White with #052042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052042; }

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

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

background-color css

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

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

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

border-color css

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

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

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