#1802A6

Color #1802A6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1802A6

Tints of Ultramarine #1802A6

Color information

#1802A6 (or 0x1802A6) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and A6. RGB value is (24,2,166). Sum of RGB (Red+Green+Blue) = 24+2+166=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 166 (65.23% from 255 or 86.46% from 192); Max value from RGB is 166 - color contains mainly: blue. Hex color #1802A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1802A6 is #E7FD59. Grayscale: #1A1A1A. Windows color (decimal): -15203674 or 10879512. OLE color: 10879512.

HSL color Cylindrical-coordinate representation of color #1802A6: hue angle of 248.05º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1802A6 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB242166-
CMYK0.860.9900.35
HSL248.05º97.62%32.94%-
HSV(B)248.05º98.8%65.1%-
XYZ7.282.9936.27-
YUV27.27206.29125.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 166 (65.23% from 255) = 86.46%
R=12.5%
G=1.04%
B=86.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2421660.860.9900.35248.0597.6232.94
Hex182A65663023f86221
Octal30224612614304337014241
Binary110001010100110101011011000110100011111110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1802A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1802A6; }

 p { color: rgb(24,2,166); }

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

<style>
 a { background-color: #1802A6; }

 a { background-color: rgb(24,2,166); }

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

<style>
 span { border-color: #1802A6; }

 span { border-color: rgb(24,2,166); }

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