Html Css Color HEX #052243 Tangaroa

📋 copy color: '#052243'

red 5 ◦ green 34 ◦ blue 67

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

Shades of Tangaroa #052243

Tints of Tangaroa #052243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

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

R = 4.72%
G = 32.08%
B = 63.21%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052243 (or 0x052243) is known color: Tangaroa. HEX triplet: 05, 22 and 43. RGB value is (5,34,67). Sum of RGB (Red+Green+Blue) = 5+34+67=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #052243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052243 is #FADDBC. Grayscale: #1C1C1C. Windows color (decimal): -16440765 or 4399621. OLE color: 4399621.

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

Color convert

RGB 5 34 67 -
CMYK 0.93 0.49 0 0.74
HSL 211.94º 0.86% 0.14% -
HSV(B) 211.94º 0.93% 0.26% -
XYZ 1.65 1.58 5.53 -
YUV 29.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 5 34 67 0.93 0.49 0 0.74 211.94 0.86 0.14
Hex 5 22 43 5D 31 0 4A D4 56 E
Octal 5 42 103 135 61 0 112 324 126 16
Binary 101 100010 1000011 1011101 110001 0 1001010 11010100 1010110 1110

Color Harmonies of #052243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052243

Black with #052243

Text Example


Text Example

White with #052243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052243; }

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

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

background-color css

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

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

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

border-color css

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

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

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