Html Css Color HEX #052A42 Tangaroa

📋 copy color: '#052A42'

red 5 ◦ green 42 ◦ blue 66

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

Shades of Tangaroa #052A42

Tints of Tangaroa #052A42

RGB

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

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

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

R = 4.42%
G = 37.17%
B = 58.41%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052A42 (or 0x052A42) is known color: Tangaroa. HEX triplet: 05, 2A and 42. RGB value is (5,42,66). Sum of RGB (Red+Green+Blue) = 5+42+66=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 66 (26.17% from 255 or 58.41% from 113); Max value from RGB is 66 - color contains mainly: blue. Hex color #052A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A42 is #FAD5BD. Grayscale: #212121. Windows color (decimal): -16438718 or 4336133. OLE color: 4336133.

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

Color convert

RGB 5 42 66 -
CMYK 0.92 0.36 0 0.74
HSL 203.61º 0.86% 0.14% -
HSV(B) 203.61º 0.92% 0.26% -
XYZ 1.87 2.08 5.46 -
YUV 33.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 5 42 66 0.92 0.36 0 0.74 203.61 0.86 0.14
Hex 5 2A 42 5C 24 0 4A CC 56 E
Octal 5 52 102 134 44 0 112 314 126 16
Binary 101 101010 1000010 1011100 100100 0 1001010 11001100 1010110 1110

Color Harmonies of #052A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A42

Black with #052A42

Text Example


Text Example

White with #052A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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