#052748

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

Shades of Tangaroa #052748

Tints of Tangaroa #052748

Color information

#052748 (or 0x052748) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 48. RGB value is (5,39,72). Sum of RGB (Red+Green+Blue) = 5+39+72=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #052748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052748 is #FAD8B7. Grayscale: #202020. Windows color (decimal): -16439480 or 4728581. OLE color: 4728581.

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

Color convert

RGB53972-
CMYK0.930.4600.72
HSL209.55º87.01%15.1%-
HSV(B)209.55º93.06%28.24%-
XYZ1.961.956.4-
YUV32.6150.24108.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=4.31%
G=33.62%
B=62.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal539720.930.4600.72209.5587.0115.1
Hex527485D2E048d257f
Octal54711013556011032212717
Binary10110011110010001011101101110010010001101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052748; }

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

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

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

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

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

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

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

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