Html Css Color HEX #052342 Tangaroa

📋 copy color: '#052342'

red 5 ◦ green 35 ◦ blue 66

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

Shades of Tangaroa #052342

Tints of Tangaroa #052342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.02%

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

R = 4.72%
G = 33.02%
B = 62.26%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052342 (or 0x052342) is known color: Tangaroa. HEX triplet: 05, 23 and 42. RGB value is (5,35,66). Sum of RGB (Red+Green+Blue) = 5+35+66=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #052342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052342 is #FADCBD. Grayscale: #1D1D1D. Windows color (decimal): -16440510 or 4334341. OLE color: 4334341.

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

Color convert

RGB 5 35 66 -
CMYK 0.92 0.47 0 0.74
HSL 210.49º 0.86% 0.14% -
HSV(B) 210.49º 0.92% 0.26% -
XYZ 1.65 1.63 5.38 -
YUV 29.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 5 35 66 0.92 0.47 0 0.74 210.49 0.86 0.14
Hex 5 23 42 5C 2F 0 4A D2 56 E
Octal 5 43 102 134 57 0 112 322 126 16
Binary 101 100011 1000010 1011100 101111 0 1001010 11010010 1010110 1110

Color Harmonies of #052342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052342

Black with #052342

Text Example


Text Example

White with #052342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052342; }

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

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

background-color css

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

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

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

border-color css

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

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

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