Html Css Color HEX #052942 Tangaroa

📋 copy color: '#052942'

red 5 ◦ green 41 ◦ blue 66

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

Shades of Tangaroa #052942

Tints of Tangaroa #052942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.61%

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

R = 4.46%
G = 36.61%
B = 58.93%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052942 (or 0x052942) is known color: Tangaroa. HEX triplet: 05, 29 and 42. RGB value is (5,41,66). Sum of RGB (Red+Green+Blue) = 5+41+66=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 66 (26.17% from 255 or 58.93% from 112); Max value from RGB is 66 - color contains mainly: blue. Hex color #052942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052942 is #FAD6BD. Grayscale: #202020. Windows color (decimal): -16438974 or 4335877. OLE color: 4335877.

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

Color convert

RGB 5 41 66 -
CMYK 0.92 0.38 0 0.74
HSL 204.59º 0.86% 0.14% -
HSV(B) 204.59º 0.92% 0.26% -
XYZ 1.84 2.01 5.45 -
YUV 33.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 5 41 66 0.92 0.38 0 0.74 204.59 0.86 0.14
Hex 5 29 42 5C 26 0 4A CD 56 E
Octal 5 51 102 134 46 0 112 315 126 16
Binary 101 101001 1000010 1011100 100110 0 1001010 11001101 1010110 1110

Color Harmonies of #052942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052942

Black with #052942

Text Example


Text Example

White with #052942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052942; }

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

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

background-color css

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

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

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

border-color css

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

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

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