Html Css Color HEX #052741 Tangaroa

📋 copy color: '#052741'

red 5 ◦ green 39 ◦ blue 65

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

Shades of Tangaroa #052741

Tints of Tangaroa #052741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.78%

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

R = 4.59%
G = 35.78%
B = 59.63%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052741 (or 0x052741) is known color: Tangaroa. HEX triplet: 05, 27 and 41. RGB value is (5,39,65). Sum of RGB (Red+Green+Blue) = 5+39+65=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #052741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052741 is #FAD8BE. Grayscale: #1F1F1F. Windows color (decimal): -16439487 or 4269829. OLE color: 4269829.

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

Color convert

RGB 5 39 65 -
CMYK 0.92 0.40 0 0.75
HSL 206º 0.86% 0.14% -
HSV(B) 206º 0.92% 0.25% -
XYZ 1.74 1.86 5.27 -
YUV 31.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 5 39 65 0.92 0.40 0 0.75 206 0.86 0.14
Hex 5 27 41 5C 28 0 4B CE 56 E
Octal 5 47 101 134 50 0 113 316 126 16
Binary 101 100111 1000001 1011100 101000 0 1001011 11001110 1010110 1110

Color Harmonies of #052741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052741

Black with #052741

Text Example


Text Example

White with #052741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052741; }

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

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

background-color css

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

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

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

border-color css

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

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

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