Html Css Color HEX #052A3F Tangaroa

📋 copy color: '#052A3F'

red 5 ◦ green 42 ◦ blue 63

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

Shades of Tangaroa #052A3F

Tints of Tangaroa #052A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 57.27%

R = 4.55%
G = 38.18%
B = 57.27%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052A3F (or 0x052A3F) is known color: Tangaroa. HEX triplet: 05, 2A and 3F. RGB value is (5,42,63). Sum of RGB (Red+Green+Blue) = 5+42+63=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #052A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A3F is #FAD5C0. Grayscale: #212121. Windows color (decimal): -16438721 or 4139525. OLE color: 4139525.

HSL color Cylindrical-coordinate representation of color #052A3F: hue angle of 201.72º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052A3F is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 42 63 -
CMYK 0.92 0.33 0 0.75
HSL 201.72º 0.85% 0.13% -
HSV(B) 201.72º 0.92% 0.25% -
XYZ 1.79 2.05 5 -
YUV 33.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 5 42 63 0.92 0.33 0 0.75 201.72 0.85 0.13
Hex 5 2A 3F 5C 21 0 4B CA 55 D
Octal 5 52 77 134 41 0 113 312 125 15
Binary 101 101010 111111 1011100 100001 0 1001011 11001010 1010101 1101

Color Harmonies of #052A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A3F

Black with #052A3F

Text Example


Text Example

White with #052A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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