Html Css Color HEX #052844 Tangaroa

📋 copy color: '#052844'

red 5 ◦ green 40 ◦ blue 68

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

Shades of Tangaroa #052844

Tints of Tangaroa #052844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

 BLUE value IS 68 (26.95% from 255) = 60.18%

R = 4.42%
G = 35.4%
B = 60.18%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052844 (or 0x052844) is known color: Tangaroa. HEX triplet: 05, 28 and 44. RGB value is (5,40,68). Sum of RGB (Red+Green+Blue) = 5+40+68=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #052844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052844 is #FAD7BB. Grayscale: #202020. Windows color (decimal): -16439228 or 4466693. OLE color: 4466693.

HSL color Cylindrical-coordinate representation of color #052844: hue angle of 206.67º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052844 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 40 68 -
CMYK 0.93 0.41 0 0.73
HSL 206.67º 0.86% 0.14% -
HSV(B) 206.67º 0.93% 0.27% -
XYZ 1.86 1.97 5.75 -
YUV 32.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 5 40 68 0.93 0.41 0 0.73 206.67 0.86 0.14
Hex 5 28 44 5D 29 0 49 CF 56 E
Octal 5 50 104 135 51 0 111 317 126 16
Binary 101 101000 1000100 1011101 101001 0 1001001 11001111 1010110 1110

Color Harmonies of #052844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052844

Black with #052844

Text Example


Text Example

White with #052844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052844; }

 p { color: rgb(5,40,68); }

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

background-color css

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

 a { background-color: rgb(5,40,68); }

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

border-color css

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

 span { border-color: rgb(5,40,68); }

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