#210ab6

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

Shades of Ultramarine #210AB6

Tints of Ultramarine #210AB6

Color information

#210AB6 (or 0x210AB6) is unknown color: approx Ultramarine. HEX triplet: 21, 0A and B6. RGB value is (33,10,182). Sum of RGB (Red+Green+Blue) = 33+10+182=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 182 (71.48% from 255 or 80.89% from 225); Max value from RGB is 182 - color contains mainly: blue. Hex color #210AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AB6 is #DEF549. Grayscale: #232323. Windows color (decimal): -14611786 or 11930145. OLE color: 11930145.

HSL color Cylindrical-coordinate representation of color #210AB6: hue angle of 248.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210AB6 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3310182-
CMYK0.820.9500.29
HSL248.02º89.58%37.65%-
HSV(B)248.02º94.51%71.37%-
XYZ9.183.9244.53-
YUV36.48210.12125.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 182 (71.48% from 255) = 80.89%
R=14.67%
G=4.44%
B=80.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33101820.820.9500.29248.0289.5837.65
Hex21AB6525F01Df85a26
Octal411226612213703537013246
Binary10000110101011011010100101011111011101111110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210ab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210ab6; }

 p { color: rgb(33,10,182); }

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

<style>
 a { background-color: #210ab6; }

 a { background-color: rgb(33,10,182); }

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

<style>
 span { border-color: #210ab6; }

 span { border-color: rgb(33,10,182); }

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