#0A2841

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

Shades of Tangaroa #0A2841

Tints of Tangaroa #0A2841

Color information

#0A2841 (or 0x0A2841) is unknown color: approx Tangaroa. HEX triplet: 0A, 28 and 41. RGB value is (10,40,65). Sum of RGB (Red+Green+Blue) = 10+40+65=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A2841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2841 is #F5D7BE. Grayscale: #212121. Windows color (decimal): -16111551 or 4270090. OLE color: 4270090.

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

Color convert

RGB104065-
CMYK0.850.3800.75
HSL207.27º73.33%14.71%-
HSV(B)207.27º84.62%25.49%-
XYZ1.841.965.28-
YUV33.88145.56110.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 65 (25.78% from 255) = 56.52%
R=8.70%
G=34.78%
B=56.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1040650.850.3800.75207.2773.3314.71
HexA2841552604Bcf49f
Octal125010112546011331711117
Binary101010100010000011010101100110010010111100111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,40,65); }

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

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

 a { background-color: rgb(10,40,65); }

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

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

 span { border-color: rgb(10,40,65); }

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