#210A98

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

Shades of Ultramarine #210A98

Tints of Ultramarine #210A98

Color information

#210A98 (or 0x210A98) is unknown color: approx Ultramarine. HEX triplet: 21, 0A and 98. RGB value is (33,10,152). Sum of RGB (Red+Green+Blue) = 33+10+152=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #210A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210A98 is #DEF567. Grayscale: #202020. Windows color (decimal): -14611816 or 9964065. OLE color: 9964065.

HSL color Cylindrical-coordinate representation of color #210A98: hue angle of 249.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210A98 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3310152-
CMYK0.780.9300.40
HSL249.72º87.65%31.76%-
HSV(B)249.72º93.42%59.61%-
XYZ6.42.8129.91-
YUV33.06195.12127.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 152 (59.77% from 255) = 77.95%
R=16.92%
G=5.13%
B=77.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33101520.780.9300.40249.7287.6531.76
Hex21A984E5D028fa5820
Octal411223011613505037213040
Binary100001101010011000100111010111010101000111110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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