#210A9E

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

Shades of Ultramarine #210A9E

Tints of Ultramarine #210A9E

Color information

#210A9E (or 0x210A9E) is unknown color: approx Ultramarine. HEX triplet: 21, 0A and 9E. RGB value is (33,10,158). Sum of RGB (Red+Green+Blue) = 33+10+158=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 158 (62.11% from 255 or 78.61% from 201); Max value from RGB is 158 - color contains mainly: blue. Hex color #210A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210A9E is #DEF561. Grayscale: #212121. Windows color (decimal): -14611810 or 10357281. OLE color: 10357281.

HSL color Cylindrical-coordinate representation of color #210A9E: hue angle of 249.32º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210A9E is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3310158-
CMYK0.790.9400.38
HSL249.32º88.1%32.94%-
HSV(B)249.32º93.67%61.96%-
XYZ6.913.0132.56-
YUV33.75198.12127.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 158 (62.11% from 255) = 78.61%
R=16.42%
G=4.98%
B=78.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33101580.790.9400.38249.3288.132.94
Hex21A9E4F5E026f95821
Octal411223611713604637113041
Binary100001101010011110100111110111100100110111110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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