Html Css Color HEX #052448 Tangaroa

📋 copy color: '#052448'

red 5 ◦ green 36 ◦ blue 72

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

Shades of Tangaroa #052448

Tints of Tangaroa #052448

RGB

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

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

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

R = 4.42%
G = 31.86%
B = 63.72%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052448 (or 0x052448) is known color: Tangaroa. HEX triplet: 05, 24 and 48. RGB value is (5,36,72). Sum of RGB (Red+Green+Blue) = 5+36+72=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #052448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052448 is #FADBB7. Grayscale: #1E1E1E. Windows color (decimal): -16440248 or 4727813. OLE color: 4727813.

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

Color convert

RGB 5 36 72 -
CMYK 0.93 0.5 0 0.72
HSL 212.24º 0.87% 0.15% -
HSV(B) 212.24º 0.93% 0.28% -
XYZ 1.86 1.76 6.37 -
YUV 30.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 5 36 72 0.93 0.5 0 0.72 212.24 0.87 0.15
Hex 5 24 48 5D 32 0 48 D4 57 F
Octal 5 44 110 135 62 0 110 324 127 17
Binary 101 100100 1001000 1011101 110010 0 1001000 11010100 1010111 1111

Color Harmonies of #052448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052448

Black with #052448

Text Example


Text Example

White with #052448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052448; }

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

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

background-color css

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

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

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

border-color css

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

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

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