#0A2643

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

Shades of Tangaroa #0A2643

Tints of Tangaroa #0A2643

Color information

#0A2643 (or 0x0A2643) is unknown color: approx Tangaroa. HEX triplet: 0A, 26 and 43. RGB value is (10,38,67). Sum of RGB (Red+Green+Blue) = 10+38+67=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #0A2643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2643 is #F5D9BC. Grayscale: #202020. Windows color (decimal): -16112061 or 4400650. OLE color: 4400650.

HSL color Cylindrical-coordinate representation of color #0A2643: hue angle of 210.53º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A2643 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB103867-
CMYK0.850.4300.74
HSL210.53º74.03%15.1%-
HSV(B)210.53º85.07%26.27%-
XYZ1.831.865.57-
YUV32.93147.22111.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 67 (26.56% from 255) = 58.26%
R=8.70%
G=33.04%
B=58.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1038670.850.4300.74210.5374.0315.1
HexA2643552B04Ad34af
Octal124610312553011232311217
Binary101010011010000111010101101011010010101101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,38,67); }

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

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

 a { background-color: rgb(10,38,67); }

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

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

 span { border-color: rgb(10,38,67); }

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