Html Css Color HEX #052743 Tangaroa

📋 copy color: '#052743'

red 5 ◦ green 39 ◦ blue 67

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

Shades of Tangaroa #052743

Tints of Tangaroa #052743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 60.36%

R = 4.5%
G = 35.14%
B = 60.36%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052743 (or 0x052743) is known color: Tangaroa. HEX triplet: 05, 27 and 43. RGB value is (5,39,67). Sum of RGB (Red+Green+Blue) = 5+39+67=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #052743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052743 is #FAD8BC. Grayscale: #1F1F1F. Windows color (decimal): -16439485 or 4400901. OLE color: 4400901.

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

Color convert

RGB 5 39 67 -
CMYK 0.93 0.42 0 0.74
HSL 207.1º 0.86% 0.14% -
HSV(B) 207.1º 0.93% 0.26% -
XYZ 1.8 1.89 5.58 -
YUV 32.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 5 39 67 0.93 0.42 0 0.74 207.1 0.86 0.14
Hex 5 27 43 5D 2A 0 4A CF 56 E
Octal 5 47 103 135 52 0 112 317 126 16
Binary 101 100111 1000011 1011101 101010 0 1001010 11001111 1010110 1110

Color Harmonies of #052743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052743

Black with #052743

Text Example


Text Example

White with #052743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052743; }

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

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

background-color css

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

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

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

border-color css

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

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

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