#210B87

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

Shades of Ultramarine #210B87

Tints of Ultramarine #210B87

Color information

#210B87 (or 0x210B87) is unknown color: approx Ultramarine. HEX triplet: 21, 0B and 87. RGB value is (33,11,135). Sum of RGB (Red+Green+Blue) = 33+11+135=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 135 (53.12% from 255 or 75.42% from 179); Max value from RGB is 135 - color contains mainly: blue. Hex color #210B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210B87 is #DEF478. Grayscale: #1F1F1F. Windows color (decimal): -14611577 or 8850209. OLE color: 8850209.

HSL color Cylindrical-coordinate representation of color #210B87: hue angle of 250.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210B87 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3311135-
CMYK0.760.9200.47
HSL250.65º84.93%28.63%-
HSV(B)250.65º91.85%52.94%-
XYZ5.122.3123.1-
YUV31.71186.29128.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 135 (53.12% from 255) = 75.42%
R=18.44%
G=6.15%
B=75.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33111350.760.9200.47250.6584.9328.63
Hex21B874C5C02Ffb551d
Octal411320711413405737312535
Binary10000110111000011110011001011100010111111111011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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