Html Css Color HEX #052541 Tangaroa

📋 copy color: '#052541'

red 5 ◦ green 37 ◦ blue 65

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

Shades of Tangaroa #052541

Tints of Tangaroa #052541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.58%

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

R = 4.67%
G = 34.58%
B = 60.75%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052541 (or 0x052541) is known color: Tangaroa. HEX triplet: 05, 25 and 41. RGB value is (5,37,65). Sum of RGB (Red+Green+Blue) = 5+37+65=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #052541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052541 is #FADABE. Grayscale: #1E1E1E. Windows color (decimal): -16439999 or 4269317. OLE color: 4269317.

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

Color convert

RGB 5 37 65 -
CMYK 0.92 0.43 0 0.75
HSL 208º 0.86% 0.14% -
HSV(B) 208º 0.92% 0.25% -
XYZ 1.68 1.74 5.25 -
YUV 30.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 5 37 65 0.92 0.43 0 0.75 208 0.86 0.14
Hex 5 25 41 5C 2B 0 4B D0 56 E
Octal 5 45 101 134 53 0 113 320 126 16
Binary 101 100101 1000001 1011100 101011 0 1001011 11010000 1010110 1110

Color Harmonies of #052541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052541

Black with #052541

Text Example


Text Example

White with #052541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052541; }

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

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

background-color css

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

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

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

border-color css

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

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

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