Html Css Color HEX #052039 Tangaroa

📋 copy color: '#052039'

red 5 ◦ green 32 ◦ blue 57

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

Shades of Tangaroa #052039

Tints of Tangaroa #052039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 60.64%

R = 5.32%
G = 34.04%
B = 60.64%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052039 (or 0x052039) is known color: Tangaroa. HEX triplet: 05, 20 and 39. RGB value is (5,32,57). Sum of RGB (Red+Green+Blue) = 5+32+57=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #052039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052039 is #FADFC6. Grayscale: #1A1A1A. Windows color (decimal): -16441287 or 3743749. OLE color: 3743749.

HSL color Cylindrical-coordinate representation of color #052039: hue angle of 208.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052039 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 32 57 -
CMYK 0.91 0.44 0 0.78
HSL 208.85º 0.84% 0.12% -
HSV(B) 208.85º 0.91% 0.22% -
XYZ 1.32 1.36 4.06 -
YUV 26.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 5 32 57 0.91 0.44 0 0.78 208.85 0.84 0.12
Hex 5 20 39 5B 2C 0 4E D1 54 C
Octal 5 40 71 133 54 0 116 321 124 14
Binary 101 100000 111001 1011011 101100 0 1001110 11010001 1010100 1100

Color Harmonies of #052039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052039

Black with #052039

Text Example


Text Example

White with #052039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052039; }

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

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

background-color css

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

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

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

border-color css

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

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

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