Html Css Color HEX #052542 Tangaroa

📋 copy color: '#052542'

red 5 ◦ green 37 ◦ blue 66

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

Shades of Tangaroa #052542

Tints of Tangaroa #052542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.26%

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

R = 4.63%
G = 34.26%
B = 61.11%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052542 (or 0x052542) is known color: Tangaroa. HEX triplet: 05, 25 and 42. RGB value is (5,37,66). Sum of RGB (Red+Green+Blue) = 5+37+66=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 66 (26.17% from 255 or 61.11% from 108); Max value from RGB is 66 - color contains mainly: blue. Hex color #052542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052542 is #FADABD. Grayscale: #1E1E1E. Windows color (decimal): -16439998 or 4334853. OLE color: 4334853.

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

Color convert

RGB 5 37 66 -
CMYK 0.92 0.44 0 0.74
HSL 208.52º 0.86% 0.14% -
HSV(B) 208.52º 0.92% 0.26% -
XYZ 1.71 1.75 5.4 -
YUV 30.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 5 37 66 0.92 0.44 0 0.74 208.52 0.86 0.14
Hex 5 25 42 5C 2C 0 4A D1 56 E
Octal 5 45 102 134 54 0 112 321 126 16
Binary 101 100101 1000010 1011100 101100 0 1001010 11010001 1010110 1110

Color Harmonies of #052542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052542

Black with #052542

Text Example


Text Example

White with #052542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052542; }

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

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

background-color css

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

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

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

border-color css

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

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

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