Html Css Color HEX #052442 Tangaroa

📋 copy color: '#052442'

red 5 ◦ green 36 ◦ blue 66

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

Shades of Tangaroa #052442

Tints of Tangaroa #052442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.64%

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

R = 4.67%
G = 33.64%
B = 61.68%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052442 (or 0x052442) is known color: Tangaroa. HEX triplet: 05, 24 and 42. RGB value is (5,36,66). Sum of RGB (Red+Green+Blue) = 5+36+66=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #052442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052442 is #FADBBD. Grayscale: #1E1E1E. Windows color (decimal): -16440254 or 4334597. OLE color: 4334597.

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

Color convert

RGB 5 36 66 -
CMYK 0.92 0.45 0 0.74
HSL 209.51º 0.86% 0.14% -
HSV(B) 209.51º 0.92% 0.26% -
XYZ 1.68 1.69 5.39 -
YUV 30.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 5 36 66 0.92 0.45 0 0.74 209.51 0.86 0.14
Hex 5 24 42 5C 2D 0 4A D2 56 E
Octal 5 44 102 134 55 0 112 322 126 16
Binary 101 100100 1000010 1011100 101101 0 1001010 11010010 1010110 1110

Color Harmonies of #052442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052442

Black with #052442

Text Example


Text Example

White with #052442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052442; }

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

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

background-color css

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

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

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

border-color css

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

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

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