Html Css Color HEX #052044 Tangaroa

📋 copy color: '#052044'

red 5 ◦ green 32 ◦ blue 68

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

Shades of Tangaroa #052044

Tints of Tangaroa #052044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

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

R = 4.76%
G = 30.48%
B = 64.76%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052044 (or 0x052044) is known color: Tangaroa. HEX triplet: 05, 20 and 44. RGB value is (5,32,68). Sum of RGB (Red+Green+Blue) = 5+32+68=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #052044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052044 is #FADFBB. Grayscale: #1B1B1B. Windows color (decimal): -16441276 or 4464645. OLE color: 4464645.

HSL color Cylindrical-coordinate representation of color #052044: hue angle of 214.29º 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 #052044 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 32 68 -
CMYK 0.93 0.53 0 0.73
HSL 214.29º 0.86% 0.14% -
HSV(B) 214.29º 0.93% 0.27% -
XYZ 1.62 1.48 5.67 -
YUV 28.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 5 32 68 0.93 0.53 0 0.73 214.29 0.86 0.14
Hex 5 20 44 5D 35 0 49 D6 56 E
Octal 5 40 104 135 65 0 111 326 126 16
Binary 101 100000 1000100 1011101 110101 0 1001001 11010110 1010110 1110

Color Harmonies of #052044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052044

Black with #052044

Text Example


Text Example

White with #052044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052044; }

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

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

background-color css

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

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

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

border-color css

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

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

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