#052448

Color #052448 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #052448

Tints of Tangaroa #052448

Color information

#052448 (or 0x052448) is unknown color: approx 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

RGB53672-
CMYK0.930.500.72
HSL212.24º87.01%15.1%-
HSV(B)212.24º93.06%28.24%-
XYZ1.861.766.37-
YUV30.84151.23109.57-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal536720.930.500.72212.2487.0115.1
Hex524485D32048d457f
Octal54411013562011032412717
Binary10110010010010001011101110010010010001101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>