Html Css Color HEX #052449 Tangaroa

📋 copy color: '#052449'

red 5 ◦ green 36 ◦ blue 73

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

Shades of Tangaroa #052449

Tints of Tangaroa #052449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.58%

 BLUE value IS 73 (28.91% from 255) = 64.04%

R = 4.39%
G = 31.58%
B = 64.04%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#052449 (or 0x052449) is known color: Tangaroa. HEX triplet: 05, 24 and 49. RGB value is (5,36,73). Sum of RGB (Red+Green+Blue) = 5+36+73=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #052449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052449 is #FADBB6. Grayscale: #1E1E1E. Windows color (decimal): -16440247 or 4793349. OLE color: 4793349.

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

Color convert

RGB 5 36 73 -
CMYK 0.93 0.51 0 0.71
HSL 212.65º 0.87% 0.15% -
HSV(B) 212.65º 0.93% 0.29% -
XYZ 1.9 1.78 6.55 -
YUV 30.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 5 36 73 0.93 0.51 0 0.71 212.65 0.87 0.15
Hex 5 24 49 5D 33 0 47 D5 57 F
Octal 5 44 111 135 63 0 107 325 127 17
Binary 101 100100 1001001 1011101 110011 0 1000111 11010101 1010111 1111

Color Harmonies of #052449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052449

Black with #052449

Text Example


Text Example

White with #052449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052449; }

 p { color: rgb(5,36,73); }

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

background-color css

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

 a { background-color: rgb(5,36,73); }

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

border-color css

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

 span { border-color: rgb(5,36,73); }

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