#052948

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

Shades of Tangaroa #052948

Tints of Tangaroa #052948

Color information

#052948 (or 0x052948) is unknown color: approx Tangaroa. HEX triplet: 05, 29 and 48. RGB value is (5,41,72). Sum of RGB (Red+Green+Blue) = 5+41+72=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #052948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052948 is #FAD6B7. Grayscale: #212121. Windows color (decimal): -16438968 or 4729093. OLE color: 4729093.

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

Color convert

RGB54172-
CMYK0.930.4300.72
HSL207.76º87.01%15.1%-
HSV(B)207.76º93.06%28.24%-
XYZ2.032.096.43-
YUV33.77149.57107.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 72 (28.52% from 255) = 61.02%
R=4.24%
G=34.75%
B=61.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal541720.930.4300.72207.7687.0115.1
Hex529485D2B048d057f
Octal55111013553011032012717
Binary10110100110010001011101101011010010001101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052948; }

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

 H1.HeaderClassName
 {
   color: #052948;
 }
 .AnyTagClassName
 {
   color: #052948;
 }
</style>
background-color css

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

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

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

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

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

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