Html Css Color HEX #052843 Tangaroa

📋 copy color: '#052843'

red 5 ◦ green 40 ◦ blue 67

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

Shades of Tangaroa #052843

Tints of Tangaroa #052843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.71%

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

R = 4.46%
G = 35.71%
B = 59.82%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052843 (or 0x052843) is known color: Tangaroa. HEX triplet: 05, 28 and 43. RGB value is (5,40,67). Sum of RGB (Red+Green+Blue) = 5+40+67=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #052843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052843 is #FAD7BC. Grayscale: #202020. Windows color (decimal): -16439229 or 4401157. OLE color: 4401157.

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

Color convert

RGB 5 40 67 -
CMYK 0.93 0.40 0 0.74
HSL 206.13º 0.86% 0.14% -
HSV(B) 206.13º 0.93% 0.26% -
XYZ 1.83 1.96 5.59 -
YUV 32.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 5 40 67 0.93 0.40 0 0.74 206.13 0.86 0.14
Hex 5 28 43 5D 28 0 4A CE 56 E
Octal 5 50 103 135 50 0 112 316 126 16
Binary 101 101000 1000011 1011101 101000 0 1001010 11001110 1010110 1110

Color Harmonies of #052843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052843

Black with #052843

Text Example


Text Example

White with #052843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052843; }

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

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

background-color css

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

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

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

border-color css

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

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

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