Html Css Color HEX #052046 Tangaroa

📋 copy color: '#052046'

red 5 ◦ green 32 ◦ blue 70

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

Shades of Tangaroa #052046

Tints of Tangaroa #052046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 65.42%

R = 4.67%
G = 29.91%
B = 65.42%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052046 (or 0x052046) is known color: Tangaroa. HEX triplet: 05, 20 and 46. RGB value is (5,32,70). Sum of RGB (Red+Green+Blue) = 5+32+70=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #052046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052046 is #FADFB9. Grayscale: #1C1C1C. Windows color (decimal): -16441274 or 4595717. OLE color: 4595717.

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

Color convert

RGB 5 32 70 -
CMYK 0.93 0.54 0 0.73
HSL 215.08º 0.87% 0.15% -
HSV(B) 215.08º 0.93% 0.27% -
XYZ 1.68 1.51 6 -
YUV 28.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 5 32 70 0.93 0.54 0 0.73 215.08 0.87 0.15
Hex 5 20 46 5D 36 0 49 D7 57 F
Octal 5 40 106 135 66 0 111 327 127 17
Binary 101 100000 1000110 1011101 110110 0 1001001 11010111 1010111 1111

Color Harmonies of #052046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052046

Black with #052046

Text Example


Text Example

White with #052046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052046; }

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

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

background-color css

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

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

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

border-color css

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

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

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