#0A2740

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

Shades of Tangaroa #0A2740

Tints of Tangaroa #0A2740

Color information

#0A2740 (or 0x0A2740) is unknown color: approx Tangaroa. HEX triplet: 0A, 27 and 40. RGB value is (10,39,64). Sum of RGB (Red+Green+Blue) = 10+39+64=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A2740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2740 is #F5D8BF. Grayscale: #212121. Windows color (decimal): -16111808 or 4204298. OLE color: 4204298.

HSL color Cylindrical-coordinate representation of color #0A2740: hue angle of 207.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A2740 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB103964-
CMYK0.840.3900.75
HSL207.78º72.97%14.51%-
HSV(B)207.78º84.38%25.1%-
XYZ1.781.895.12-
YUV33.18145.39111.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=8.85%
G=34.51%
B=56.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1039640.840.3900.75207.7872.9714.51
HexA2740542704Bd049f
Octal124710012447011332011117
Binary101010011110000001010100100111010010111101000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2740; }

 p { color: rgb(10,39,64); }

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

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

 a { background-color: rgb(10,39,64); }

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

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

 span { border-color: rgb(10,39,64); }

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