Html Css Color HEX #052341 Tangaroa

📋 copy color: '#052341'

red 5 ◦ green 35 ◦ blue 65

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

Shades of Tangaroa #052341

Tints of Tangaroa #052341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 61.9%

R = 4.76%
G = 33.33%
B = 61.9%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052341 (or 0x052341) is known color: Tangaroa. HEX triplet: 05, 23 and 41. RGB value is (5,35,65). Sum of RGB (Red+Green+Blue) = 5+35+65=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #052341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052341 is #FADCBE. Grayscale: #1D1D1D. Windows color (decimal): -16440511 or 4268805. OLE color: 4268805.

HSL color Cylindrical-coordinate representation of color #052341: hue angle of 210º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052341 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 35 65 -
CMYK 0.92 0.46 0 0.75
HSL 210º 0.86% 0.14% -
HSV(B) 210º 0.92% 0.25% -
XYZ 1.62 1.62 5.23 -
YUV 29.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 5 35 65 0.92 0.46 0 0.75 210 0.86 0.14
Hex 5 23 41 5C 2E 0 4B D2 56 E
Octal 5 43 101 134 56 0 113 322 126 16
Binary 101 100011 1000001 1011100 101110 0 1001011 11010010 1010110 1110

Color Harmonies of #052341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052341

Black with #052341

Text Example


Text Example

White with #052341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052341; }

 p { color: rgb(5,35,65); }

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

background-color css

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

 a { background-color: rgb(5,35,65); }

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

border-color css

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

 span { border-color: rgb(5,35,65); }

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