#210B91

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

Shades of Ultramarine #210B91

Tints of Ultramarine #210B91

Color information

#210B91 (or 0x210B91) is unknown color: approx Ultramarine. HEX triplet: 21, 0B and 91. RGB value is (33,11,145). Sum of RGB (Red+Green+Blue) = 33+11+145=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #210B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B91 is #DEF46E. Grayscale: #202020. Windows color (decimal): -14611567 or 9505569. OLE color: 9505569.

HSL color Cylindrical-coordinate representation of color #210B91: hue angle of 249.85º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210B91 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3311145-
CMYK0.770.9200.43
HSL249.85º85.9%30.59%-
HSV(B)249.85º92.41%56.86%-
XYZ5.862.6126.98-
YUV32.85191.29128.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 145 (57.03% from 255) = 76.72%
R=17.46%
G=5.82%
B=76.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33111450.770.9200.43249.8585.930.59
Hex21B914D5C02Bfa561f
Octal411322111513405337212637
Binary10000110111001000110011011011100010101111111010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,11,145); }

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

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

 a { background-color: rgb(33,11,145); }

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

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

 span { border-color: rgb(33,11,145); }

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