Html Css Color HEX #052640 Tangaroa

📋 copy color: '#052640'

red 5 ◦ green 38 ◦ blue 64

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

Shades of Tangaroa #052640

Tints of Tangaroa #052640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.51%

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

R = 4.67%
G = 35.51%
B = 59.81%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052640 (or 0x052640) is known color: Tangaroa. HEX triplet: 05, 26 and 40. RGB value is (5,38,64). Sum of RGB (Red+Green+Blue) = 5+38+64=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #052640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052640 is #FAD9BF. Grayscale: #1E1E1E. Windows color (decimal): -16439744 or 4204037. OLE color: 4204037.

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

Color convert

RGB 5 38 64 -
CMYK 0.92 0.41 0 0.75
HSL 206.44º 0.86% 0.14% -
HSV(B) 206.44º 0.92% 0.25% -
XYZ 1.68 1.79 5.11 -
YUV 31.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 5 38 64 0.92 0.41 0 0.75 206.44 0.86 0.14
Hex 5 26 40 5C 29 0 4B CE 56 E
Octal 5 46 100 134 51 0 113 316 126 16
Binary 101 100110 1000000 1011100 101001 0 1001011 11001110 1010110 1110

Color Harmonies of #052640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052640

Black with #052640

Text Example


Text Example

White with #052640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052640; }

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

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

background-color css

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

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

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

border-color css

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

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

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