Html Css Color HEX #052846 Tangaroa

📋 copy color: '#052846'

red 5 ◦ green 40 ◦ blue 70

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

Shades of Tangaroa #052846

Tints of Tangaroa #052846

RGB

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

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

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

R = 4.35%
G = 34.78%
B = 60.87%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052846 (or 0x052846) is known color: Tangaroa. HEX triplet: 05, 28 and 46. RGB value is (5,40,70). Sum of RGB (Red+Green+Blue) = 5+40+70=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #052846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052846 is #FAD7B9. Grayscale: #202020. Windows color (decimal): -16439226 or 4597765. OLE color: 4597765.

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

Color convert

RGB 5 40 70 -
CMYK 0.93 0.43 0 0.73
HSL 207.69º 0.87% 0.15% -
HSV(B) 207.69º 0.93% 0.27% -
XYZ 1.93 1.99 6.08 -
YUV 32.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 5 40 70 0.93 0.43 0 0.73 207.69 0.87 0.15
Hex 5 28 46 5D 2B 0 49 D0 57 F
Octal 5 50 106 135 53 0 111 320 127 17
Binary 101 101000 1000110 1011101 101011 0 1001001 11010000 1010111 1111

Color Harmonies of #052846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052846

Black with #052846

Text Example


Text Example

White with #052846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052846; }

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

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

background-color css

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

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

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

border-color css

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

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

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