#0A2638

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

Shades of Tangaroa #0A2638

Tints of Tangaroa #0A2638

Color information

#0A2638 (or 0x0A2638) is unknown color: approx Tangaroa. HEX triplet: 0A, 26 and 38. RGB value is (10,38,56). Sum of RGB (Red+Green+Blue) = 10+38+56=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A2638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2638 is #F5D9C7. Grayscale: #1F1F1F. Windows color (decimal): -16112072 or 3679754. OLE color: 3679754.

HSL color Cylindrical-coordinate representation of color #0A2638: hue angle of 203.48º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A2638 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB103856-
CMYK0.820.3200.78
HSL203.48º69.7%12.94%-
HSV(B)203.48º82.14%21.96%-
XYZ1.531.744-
YUV31.68141.72112.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.62%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=9.62%
G=36.54%
B=53.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1038560.820.3200.78203.4869.712.94
HexA2638522004Ecb46d
Octal12467012240011631310615
Binary10101001101110001010010100000010011101100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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