Html Css Color HEX #052240 Tangaroa

📋 copy color: '#052240'

red 5 ◦ green 34 ◦ blue 64

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

Shades of Tangaroa #052240

Tints of Tangaroa #052240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.01%

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

R = 4.85%
G = 33.01%
B = 62.14%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052240 (or 0x052240) is known color: Tangaroa. HEX triplet: 05, 22 and 40. RGB value is (5,34,64). Sum of RGB (Red+Green+Blue) = 5+34+64=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #052240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052240 is #FADDBF. Grayscale: #1C1C1C. Windows color (decimal): -16440768 or 4203013. OLE color: 4203013.

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

Color convert

RGB 5 34 64 -
CMYK 0.92 0.47 0 0.75
HSL 210.51º 0.86% 0.14% -
HSV(B) 210.51º 0.92% 0.25% -
XYZ 1.56 1.55 5.07 -
YUV 28.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 5 34 64 0.92 0.47 0 0.75 210.51 0.86 0.14
Hex 5 22 40 5C 2F 0 4B D3 56 E
Octal 5 42 100 134 57 0 113 323 126 16
Binary 101 100010 1000000 1011100 101111 0 1001011 11010011 1010110 1110

Color Harmonies of #052240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052240

Black with #052240

Text Example


Text Example

White with #052240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052240; }

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

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

background-color css

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

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

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

border-color css

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

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

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