Html Css Color HEX #210D8C Ultramarine

📋 copy color: '#210D8C'

red 33 ◦ green 13 ◦ blue 140

#210D8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #210D8C

Tints of Ultramarine #210D8C

RGB

 RED value IS 33 (13.28% from 255) = 17.74%

 GREEN value IS 13 (5.47% from 255) = 6.99%

 BLUE value IS 140 (55.08% from 255) = 75.27%

R = 17.74%
G = 6.99%
B = 75.27%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#210D8C (or 0x210D8C) is known color: Ultramarine. HEX triplet: 21, 0D and 8C. RGB value is (33,13,140). Sum of RGB (Red+Green+Blue) = 33+13+140=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 140 (55.08% from 255 or 75.27% from 186); Max value from RGB is 140 - color contains mainly: blue. Hex color #210D8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210D8C is #DEF273. Grayscale: #202020. Windows color (decimal): -14611060 or 9178401. OLE color: 9178401.

HSL color Cylindrical-coordinate representation of color #210D8C: hue angle of 249.45º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210D8C is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 13 140 -
CMYK 0.76 0.91 0 0.45
HSL 249.45º 0.83% 0.3% -
HSV(B) 249.45º 0.91% 0.55% -
XYZ 5.5 2.5 25 -
YUV 33.46 188.13 127.67 -
System Red Green Blue C M Y K H S L
Decimal 33 13 140 0.76 0.91 0 0.45 249.45 0.83 0.3
Hex 21 D 8C 4C 5B 0 2D F9 53 1E
Octal 41 15 214 114 133 0 55 371 123 36
Binary 100001 1101 10001100 1001100 1011011 0 101101 11111001 1010011 11110

Color Harmonies of #210D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D8C

Black with #210D8C

Text Example


Text Example

White with #210D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,13,140); }

 H1.HeaderClassName
 {
   color: #210D8C;
 }
 .AnyTagClassName
 {
   color: #210D8C;
 }
</style>

background-color css

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

 a { background-color: rgb(33,13,140); }

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

border-color css

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

 span { border-color: rgb(33,13,140); }

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