Html Css Color HEX #052B42 Tangaroa

📋 copy color: '#052B42'

red 5 ◦ green 43 ◦ blue 66

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

Shades of Tangaroa #052B42

Tints of Tangaroa #052B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 57.89%

R = 4.39%
G = 37.72%
B = 57.89%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052B42 (or 0x052B42) is known color: Tangaroa. HEX triplet: 05, 2B and 42. RGB value is (5,43,66). Sum of RGB (Red+Green+Blue) = 5+43+66=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 66 (26.17% from 255 or 57.89% from 114); Max value from RGB is 66 - color contains mainly: blue. Hex color #052B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B42 is #FAD4BD. Grayscale: #222222. Windows color (decimal): -16438462 or 4336389. OLE color: 4336389.

HSL color Cylindrical-coordinate representation of color #052B42: hue angle of 202.62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052B42 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 43 66 -
CMYK 0.92 0.35 0 0.74
HSL 202.62º 0.86% 0.14% -
HSV(B) 202.62º 0.92% 0.26% -
XYZ 1.91 2.15 5.47 -
YUV 34.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 5 43 66 0.92 0.35 0 0.74 202.62 0.86 0.14
Hex 5 2B 42 5C 23 0 4A CB 56 E
Octal 5 53 102 134 43 0 112 313 126 16
Binary 101 101011 1000010 1011100 100011 0 1001010 11001011 1010110 1110

Color Harmonies of #052B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B42

Black with #052B42

Text Example


Text Example

White with #052B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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