#062748

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

Shades of Tangaroa #062748

Tints of Tangaroa #062748

Color information

#062748 (or 0x062748) is unknown color: approx Tangaroa. HEX triplet: 06, 27 and 48. RGB value is (6,39,72). Sum of RGB (Red+Green+Blue) = 6+39+72=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #062748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062748 is #F9D8B7. Grayscale: #202020. Windows color (decimal): -16373944 or 4728582. OLE color: 4728582.

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

Color convert

RGB63972-
CMYK0.920.4600.72
HSL210º84.62%15.29%-
HSV(B)210º91.67%28.24%-
XYZ1.971.966.4-
YUV32.89150.07108.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=5.13%
G=33.33%
B=61.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal639720.920.4600.7221084.6215.29
Hex627485C2E048d255f
Octal64711013456011032212517
Binary11010011110010001011100101110010010001101001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062748; }

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

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

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

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

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

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

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

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