Html Css Color HEX #052248 Tangaroa

📋 copy color: '#052248'

red 5 ◦ green 34 ◦ blue 72

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

Shades of Tangaroa #052248

Tints of Tangaroa #052248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.86%

R = 4.5%
G = 30.63%
B = 64.86%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052248 (or 0x052248) is known color: Tangaroa. HEX triplet: 05, 22 and 48. RGB value is (5,34,72). Sum of RGB (Red+Green+Blue) = 5+34+72=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #052248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052248 is #FADDB7. Grayscale: #1D1D1D. Windows color (decimal): -16440760 or 4727301. OLE color: 4727301.

HSL color Cylindrical-coordinate representation of color #052248: hue angle of 214.03º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052248 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 34 72 -
CMYK 0.93 0.53 0 0.72
HSL 214.03º 0.87% 0.15% -
HSV(B) 214.03º 0.93% 0.28% -
XYZ 1.8 1.64 6.35 -
YUV 29.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 5 34 72 0.93 0.53 0 0.72 214.03 0.87 0.15
Hex 5 22 48 5D 35 0 48 D6 57 F
Octal 5 42 110 135 65 0 110 326 127 17
Binary 101 100010 1001000 1011101 110101 0 1001000 11010110 1010111 1111

Color Harmonies of #052248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052248

Black with #052248

Text Example


Text Example

White with #052248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052248; }

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

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

background-color css

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

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

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

border-color css

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

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

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