Html Css Color HEX #052739 Tangaroa

📋 copy color: '#052739'

red 5 ◦ green 39 ◦ blue 57

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

Shades of Tangaroa #052739

Tints of Tangaroa #052739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 38.61%

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

R = 4.95%
G = 38.61%
B = 56.44%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052739 (or 0x052739) is known color: Tangaroa. HEX triplet: 05, 27 and 39. RGB value is (5,39,57). Sum of RGB (Red+Green+Blue) = 5+39+57=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #052739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052739 is #FAD8C6. Grayscale: #1E1E1E. Windows color (decimal): -16439495 or 3745541. OLE color: 3745541.

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

Color convert

RGB 5 39 57 -
CMYK 0.91 0.32 0 0.78
HSL 200.77º 0.84% 0.12% -
HSV(B) 200.77º 0.91% 0.22% -
XYZ 1.53 1.78 4.13 -
YUV 30.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 5 39 57 0.91 0.32 0 0.78 200.77 0.84 0.12
Hex 5 27 39 5B 20 0 4E C9 54 C
Octal 5 47 71 133 40 0 116 311 124 14
Binary 101 100111 111001 1011011 100000 0 1001110 11001001 1010100 1100

Color Harmonies of #052739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052739

Black with #052739

Text Example


Text Example

White with #052739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052739; }

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

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

background-color css

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

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

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

border-color css

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

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

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