#0A1E37

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

Shades of Tangaroa #0A1E37

Tints of Tangaroa #0A1E37

Color information

#0A1E37 (or 0x0A1E37) is unknown color: approx Tangaroa. HEX triplet: 0A, 1E and 37. RGB value is (10,30,55). Sum of RGB (Red+Green+Blue) = 10+30+55=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A1E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E37 is #F5E1C8. Grayscale: #1A1A1A. Windows color (decimal): -16114121 or 3612170. OLE color: 3612170.

HSL color Cylindrical-coordinate representation of color #0A1E37: hue angle of 213.33º degrees, saturation: 0.69, 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 #0A1E37 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB103055-
CMYK0.820.4500.78
HSL213.33º69.23%12.75%-
HSV(B)213.33º81.82%21.57%-
XYZ1.281.273.79-
YUV26.87143.87115.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.53%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 55 (21.88% from 255) = 57.89%
R=10.53%
G=31.58%
B=57.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1030550.820.4500.78213.3369.2312.75
HexA1E37522D04Ed545d
Octal12366712255011632510515
Binary1010111101101111010010101101010011101101010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,30,55); }

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

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

 a { background-color: rgb(10,30,55); }

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

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

 span { border-color: rgb(10,30,55); }

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