Html Css Color HEX #052A3A Tangaroa

📋 copy color: '#052A3A'

red 5 ◦ green 42 ◦ blue 58

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

Shades of Tangaroa #052A3A

Tints of Tangaroa #052A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 55.24%

R = 4.76%
G = 40%
B = 55.24%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#052A3A (or 0x052A3A) is known color: Tangaroa. HEX triplet: 05, 2A and 3A. RGB value is (5,42,58). Sum of RGB (Red+Green+Blue) = 5+42+58=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #052A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A3A is #FAD5C5. Grayscale: #202020. Windows color (decimal): -16438726 or 3811845. OLE color: 3811845.

HSL color Cylindrical-coordinate representation of color #052A3A: hue angle of 198.11º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052A3A is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 42 58 -
CMYK 0.91 0.28 0 0.77
HSL 198.11º 0.84% 0.12% -
HSV(B) 198.11º 0.91% 0.23% -
XYZ 1.65 1.99 4.3 -
YUV 32.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 5 42 58 0.91 0.28 0 0.77 198.11 0.84 0.12
Hex 5 2A 3A 5B 1C 0 4D C6 54 C
Octal 5 52 72 133 34 0 115 306 124 14
Binary 101 101010 111010 1011011 11100 0 1001101 11000110 1010100 1100

Color Harmonies of #052A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A3A

Black with #052A3A

Text Example


Text Example

White with #052A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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