#210A8E

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

Shades of Ultramarine #210A8E

Tints of Ultramarine #210A8E

Color information

#210A8E (or 0x210A8E) is unknown color: approx Ultramarine. HEX triplet: 21, 0A and 8E. RGB value is (33,10,142). Sum of RGB (Red+Green+Blue) = 33+10+142=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #210A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210A8E is #DEF571. Grayscale: #1F1F1F. Windows color (decimal): -14611826 or 9308705. OLE color: 9308705.

HSL color Cylindrical-coordinate representation of color #210A8E: hue angle of 250.45º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210A8E is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3310142-
CMYK0.770.9300.44
HSL250.45º86.84%29.8%-
HSV(B)250.45º92.96%55.69%-
XYZ5.622.4925.78-
YUV31.92190.12128.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 142 (55.86% from 255) = 76.76%
R=17.84%
G=5.41%
B=76.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33101420.770.9300.44250.4586.8429.8
Hex21A8E4D5D02Cfa571e
Octal411221611513505437212736
Binary10000110101000111010011011011101010110011111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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