Html Css Color HEX #052343 Tangaroa

📋 copy color: '#052343'

red 5 ◦ green 35 ◦ blue 67

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

Shades of Tangaroa #052343

Tints of Tangaroa #052343

RGB

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

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

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

R = 4.67%
G = 32.71%
B = 62.62%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052343 (or 0x052343) is known color: Tangaroa. HEX triplet: 05, 23 and 43. RGB value is (5,35,67). Sum of RGB (Red+Green+Blue) = 5+35+67=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #052343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052343 is #FADCBC. Grayscale: #1D1D1D. Windows color (decimal): -16440509 or 4399877. OLE color: 4399877.

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

Color convert

RGB 5 35 67 -
CMYK 0.93 0.48 0 0.74
HSL 210.97º 0.86% 0.14% -
HSV(B) 210.97º 0.93% 0.26% -
XYZ 1.68 1.64 5.54 -
YUV 29.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 5 35 67 0.93 0.48 0 0.74 210.97 0.86 0.14
Hex 5 23 43 5D 30 0 4A D3 56 E
Octal 5 43 103 135 60 0 112 323 126 16
Binary 101 100011 1000011 1011101 110000 0 1001010 11010011 1010110 1110

Color Harmonies of #052343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052343

Black with #052343

Text Example


Text Example

White with #052343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052343; }

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

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

background-color css

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

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

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

border-color css

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

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

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