#06264A

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

Shades of Tangaroa #06264A

Tints of Tangaroa #06264A

Color information

#06264A (or 0x06264A) is unknown color: approx Tangaroa. HEX triplet: 06, 26 and 4A. RGB value is (6,38,74). Sum of RGB (Red+Green+Blue) = 6+38+74=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #06264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06264A is #F9D9B5. Grayscale: #202020. Windows color (decimal): -16374198 or 4859398. OLE color: 4859398.

HSL color Cylindrical-coordinate representation of color #06264A: hue angle of 211.76º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06264A is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63874-
CMYK0.920.4900.71
HSL211.76º85%15.69%-
HSV(B)211.76º91.89%29.02%-
XYZ21.926.74-
YUV32.54151.4109.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 74 (29.30% from 255) = 62.71%
R=5.08%
G=32.20%
B=62.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal638740.920.4900.71211.768515.69
Hex6264A5C31047d45510
Octal64611213461010732412520
Binary110100110100101010111001100010100011111010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06264A; }

 p { color: rgb(6,38,74); }

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

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

 a { background-color: rgb(6,38,74); }

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

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

 span { border-color: rgb(6,38,74); }

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