Html Css Color HEX #052139 Tangaroa

📋 copy color: '#052139'

red 5 ◦ green 33 ◦ blue 57

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

Shades of Tangaroa #052139

Tints of Tangaroa #052139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.74%

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

R = 5.26%
G = 34.74%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052139 (or 0x052139) is known color: Tangaroa. HEX triplet: 05, 21 and 39. RGB value is (5,33,57). Sum of RGB (Red+Green+Blue) = 5+33+57=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #052139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052139 is #FADEC6. Grayscale: #1B1B1B. Windows color (decimal): -16441031 or 3744005. OLE color: 3744005.

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

Color convert

RGB 5 33 57 -
CMYK 0.91 0.42 0 0.78
HSL 207.69º 0.84% 0.12% -
HSV(B) 207.69º 0.91% 0.22% -
XYZ 1.34 1.42 4.07 -
YUV 27.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 5 33 57 0.91 0.42 0 0.78 207.69 0.84 0.12
Hex 5 21 39 5B 2A 0 4E D0 54 C
Octal 5 41 71 133 52 0 116 320 124 14
Binary 101 100001 111001 1011011 101010 0 1001110 11010000 1010100 1100

Color Harmonies of #052139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052139

Black with #052139

Text Example


Text Example

White with #052139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052139; }

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

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

background-color css

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

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

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

border-color css

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

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

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