Html Css Color HEX #052142 Tangaroa

📋 copy color: '#052142'

red 5 ◦ green 33 ◦ blue 66

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

Shades of Tangaroa #052142

Tints of Tangaroa #052142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.73%

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

R = 4.81%
G = 31.73%
B = 63.46%

CMYK

 C value IS 0.92

 M value IS 0.5

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052142 (or 0x052142) is known color: Tangaroa. HEX triplet: 05, 21 and 42. RGB value is (5,33,66). Sum of RGB (Red+Green+Blue) = 5+33+66=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #052142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052142 is #FADEBD. Grayscale: #1C1C1C. Windows color (decimal): -16441022 or 4333829. OLE color: 4333829.

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

Color convert

RGB 5 33 66 -
CMYK 0.92 0.5 0 0.74
HSL 212.46º 0.86% 0.14% -
HSV(B) 212.46º 0.92% 0.26% -
XYZ 1.59 1.51 5.36 -
YUV 28.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 5 33 66 0.92 0.5 0 0.74 212.46 0.86 0.14
Hex 5 21 42 5C 32 0 4A D4 56 E
Octal 5 41 102 134 62 0 112 324 126 16
Binary 101 100001 1000010 1011100 110010 0 1001010 11010100 1010110 1110

Color Harmonies of #052142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052142

Black with #052142

Text Example


Text Example

White with #052142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052142; }

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

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

background-color css

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

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

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

border-color css

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

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

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