Html Css Color HEX #052941 Tangaroa

📋 copy color: '#052941'

red 5 ◦ green 41 ◦ blue 65

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

Shades of Tangaroa #052941

Tints of Tangaroa #052941

RGB

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

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

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

R = 4.5%
G = 36.94%
B = 58.56%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052941 (or 0x052941) is known color: Tangaroa. HEX triplet: 05, 29 and 41. RGB value is (5,41,65). Sum of RGB (Red+Green+Blue) = 5+41+65=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #052941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052941 is #FAD6BE. Grayscale: #202020. Windows color (decimal): -16438975 or 4270341. OLE color: 4270341.

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

Color convert

RGB 5 41 65 -
CMYK 0.92 0.37 0 0.75
HSL 204º 0.86% 0.14% -
HSV(B) 204º 0.92% 0.25% -
XYZ 1.81 2 5.29 -
YUV 32.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 5 41 65 0.92 0.37 0 0.75 204 0.86 0.14
Hex 5 29 41 5C 25 0 4B CC 56 E
Octal 5 51 101 134 45 0 113 314 126 16
Binary 101 101001 1000001 1011100 100101 0 1001011 11001100 1010110 1110

Color Harmonies of #052941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052941

Black with #052941

Text Example


Text Example

White with #052941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052941; }

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

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

background-color css

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

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

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

border-color css

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

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

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