#210C8E

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

Shades of Ultramarine #210C8E

Tints of Ultramarine #210C8E

Color information

#210C8E (or 0x210C8E) is unknown color: approx Ultramarine. HEX triplet: 21, 0C and 8E. RGB value is (33,12,142). Sum of RGB (Red+Green+Blue) = 33+12+142=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #210C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210C8E is #DEF371. Grayscale: #202020. Windows color (decimal): -14611314 or 9309217. OLE color: 9309217.

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

Color convert

RGB3312142-
CMYK0.770.9200.44
HSL249.69º84.42%30.2%-
HSV(B)249.69º91.55%55.69%-
XYZ5.642.5425.78-
YUV33.1189.46127.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 142 (55.86% from 255) = 75.94%
R=17.65%
G=6.42%
B=75.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33121420.770.9200.44249.6984.4230.2
Hex21C8E4D5C02Cfa541e
Octal411421611513405437212436
Binary10000111001000111010011011011100010110011111010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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