Html Css Color HEX #052845 Tangaroa

📋 copy color: '#052845'

red 5 ◦ green 40 ◦ blue 69

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

Shades of Tangaroa #052845

Tints of Tangaroa #052845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 60.53%

R = 4.39%
G = 35.09%
B = 60.53%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052845 (or 0x052845) is known color: Tangaroa. HEX triplet: 05, 28 and 45. RGB value is (5,40,69). Sum of RGB (Red+Green+Blue) = 5+40+69=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #052845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052845 is #FAD7BA. Grayscale: #202020. Windows color (decimal): -16439227 or 4532229. OLE color: 4532229.

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

Color convert

RGB 5 40 69 -
CMYK 0.93 0.42 0 0.73
HSL 207.19º 0.86% 0.15% -
HSV(B) 207.19º 0.93% 0.27% -
XYZ 1.9 1.98 5.91 -
YUV 32.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 5 40 69 0.93 0.42 0 0.73 207.19 0.86 0.15
Hex 5 28 45 5D 2A 0 49 CF 56 F
Octal 5 50 105 135 52 0 111 317 126 17
Binary 101 101000 1000101 1011101 101010 0 1001001 11001111 1010110 1111

Color Harmonies of #052845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052845

Black with #052845

Text Example


Text Example

White with #052845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052845; }

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

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

background-color css

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

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

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

border-color css

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

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

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