Html Css Color HEX #052B3F Tangaroa

📋 copy color: '#052B3F'

red 5 ◦ green 43 ◦ blue 63

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

Shades of Tangaroa #052B3F

Tints of Tangaroa #052B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.74%

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

R = 4.5%
G = 38.74%
B = 56.76%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052B3F (or 0x052B3F) is known color: Tangaroa. HEX triplet: 05, 2B and 3F. RGB value is (5,43,63). Sum of RGB (Red+Green+Blue) = 5+43+63=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #052B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B3F is #FAD4C0. Grayscale: #212121. Windows color (decimal): -16438465 or 4139781. OLE color: 4139781.

HSL color Cylindrical-coordinate representation of color #052B3F: hue angle of 200.69º 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 #052B3F is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 43 63 -
CMYK 0.92 0.32 0 0.75
HSL 200.69º 0.85% 0.13% -
HSV(B) 200.69º 0.92% 0.25% -
XYZ 1.82 2.12 5.02 -
YUV 33.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 5 43 63 0.92 0.32 0 0.75 200.69 0.85 0.13
Hex 5 2B 3F 5C 20 0 4B C9 55 D
Octal 5 53 77 134 40 0 113 311 125 15
Binary 101 101011 111111 1011100 100000 0 1001011 11001001 1010101 1101

Color Harmonies of #052B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B3F

Black with #052B3F

Text Example


Text Example

White with #052B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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