Html Css Color HEX #052841 Tangaroa

📋 copy color: '#052841'

red 5 ◦ green 40 ◦ blue 65

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

Shades of Tangaroa #052841

Tints of Tangaroa #052841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.36%

 BLUE value IS 65 (25.78% from 255) = 59.09%

R = 4.55%
G = 36.36%
B = 59.09%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052841 (or 0x052841) is known color: Tangaroa. HEX triplet: 05, 28 and 41. RGB value is (5,40,65). Sum of RGB (Red+Green+Blue) = 5+40+65=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #052841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052841 is #FAD7BE. Grayscale: #202020. Windows color (decimal): -16439231 or 4270085. OLE color: 4270085.

HSL color Cylindrical-coordinate representation of color #052841: hue angle of 205º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052841 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 40 65 -
CMYK 0.92 0.38 0 0.75
HSL 205º 0.86% 0.14% -
HSV(B) 205º 0.92% 0.25% -
XYZ 1.78 1.93 5.28 -
YUV 32.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 5 40 65 0.92 0.38 0 0.75 205 0.86 0.14
Hex 5 28 41 5C 26 0 4B CD 56 E
Octal 5 50 101 134 46 0 113 315 126 16
Binary 101 101000 1000001 1011100 100110 0 1001011 11001101 1010110 1110

Color Harmonies of #052841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052841

Black with #052841

Text Example


Text Example

White with #052841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052841; }

 p { color: rgb(5,40,65); }

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

background-color css

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

 a { background-color: rgb(5,40,65); }

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

border-color css

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

 span { border-color: rgb(5,40,65); }

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