Html Css Color HEX #052540 Tangaroa

📋 copy color: '#052540'

red 5 ◦ green 37 ◦ blue 64

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

Shades of Tangaroa #052540

Tints of Tangaroa #052540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 4.72%
G = 34.91%
B = 60.38%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052540 (or 0x052540) is known color: Tangaroa. HEX triplet: 05, 25 and 40. RGB value is (5,37,64). Sum of RGB (Red+Green+Blue) = 5+37+64=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #052540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052540 is #FADABF. Grayscale: #1E1E1E. Windows color (decimal): -16440000 or 4203781. OLE color: 4203781.

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

Color convert

RGB 5 37 64 -
CMYK 0.92 0.42 0 0.75
HSL 207.46º 0.86% 0.14% -
HSV(B) 207.46º 0.92% 0.25% -
XYZ 1.65 1.73 5.1 -
YUV 30.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 5 37 64 0.92 0.42 0 0.75 207.46 0.86 0.14
Hex 5 25 40 5C 2A 0 4B CF 56 E
Octal 5 45 100 134 52 0 113 317 126 16
Binary 101 100101 1000000 1011100 101010 0 1001011 11001111 1010110 1110

Color Harmonies of #052540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052540

Black with #052540

Text Example


Text Example

White with #052540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052540; }

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

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

background-color css

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

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

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

border-color css

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

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

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