Html Css Color HEX #052A39 Tangaroa

📋 copy color: '#052A39'

red 5 ◦ green 42 ◦ blue 57

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

Shades of Tangaroa #052A39

Tints of Tangaroa #052A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 40.38%

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

R = 4.81%
G = 40.38%
B = 54.81%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052A39 (or 0x052A39) is known color: Tangaroa. HEX triplet: 05, 2A and 39. RGB value is (5,42,57). Sum of RGB (Red+Green+Blue) = 5+42+57=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #052A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A39 is #FAD5C6. Grayscale: #202020. Windows color (decimal): -16438727 or 3746309. OLE color: 3746309.

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

Color convert

RGB 5 42 57 -
CMYK 0.91 0.26 0 0.78
HSL 197.31º 0.84% 0.12% -
HSV(B) 197.31º 0.91% 0.22% -
XYZ 1.63 1.98 4.17 -
YUV 32.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 5 42 57 0.91 0.26 0 0.78 197.31 0.84 0.12
Hex 5 2A 39 5B 1A 0 4E C5 54 C
Octal 5 52 71 133 32 0 116 305 124 14
Binary 101 101010 111001 1011011 11010 0 1001110 11000101 1010100 1100

Color Harmonies of #052A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A39

Black with #052A39

Text Example


Text Example

White with #052A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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