#210C9D

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

Shades of Ultramarine #210C9D

Tints of Ultramarine #210C9D

Color information

#210C9D (or 0x210C9D) is unknown color: approx Ultramarine. HEX triplet: 21, 0C and 9D. RGB value is (33,12,157). Sum of RGB (Red+Green+Blue) = 33+12+157=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #210C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210C9D is #DEF362. Grayscale: #222222. Windows color (decimal): -14611299 or 10292257. OLE color: 10292257.

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

Color convert

RGB3312157-
CMYK0.790.9200.38
HSL248.69º85.8%33.14%-
HSV(B)248.69º92.36%61.57%-
XYZ6.843.0232.12-
YUV34.81196.96126.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 157 (61.72% from 255) = 77.72%
R=16.34%
G=5.94%
B=77.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33121570.790.9200.38248.6985.833.14
Hex21C9D4F5C026f95621
Octal411423511713404637112641
Binary100001110010011101100111110111000100110111110011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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