Html Css Color HEX #052443 Tangaroa

📋 copy color: '#052443'

red 5 ◦ green 36 ◦ blue 67

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

Shades of Tangaroa #052443

Tints of Tangaroa #052443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.33%

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

R = 4.63%
G = 33.33%
B = 62.04%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052443 (or 0x052443) is known color: Tangaroa. HEX triplet: 05, 24 and 43. RGB value is (5,36,67). Sum of RGB (Red+Green+Blue) = 5+36+67=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #052443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052443 is #FADBBC. Grayscale: #1E1E1E. Windows color (decimal): -16440253 or 4400133. OLE color: 4400133.

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

Color convert

RGB 5 36 67 -
CMYK 0.93 0.46 0 0.74
HSL 210º 0.86% 0.14% -
HSV(B) 210º 0.93% 0.26% -
XYZ 1.71 1.7 5.55 -
YUV 30.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 5 36 67 0.93 0.46 0 0.74 210 0.86 0.14
Hex 5 24 43 5D 2E 0 4A D2 56 E
Octal 5 44 103 135 56 0 112 322 126 16
Binary 101 100100 1000011 1011101 101110 0 1001010 11010010 1010110 1110

Color Harmonies of #052443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052443

Black with #052443

Text Example


Text Example

White with #052443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052443; }

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

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

background-color css

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

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

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

border-color css

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

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

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