Html Css Color HEX #210DAB Ultramarine

📋 copy color: '#210DAB'

red 33 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #210DAB

Tints of Ultramarine #210DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.8%

R = 15.21%
G = 5.99%
B = 78.8%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#210DAB (or 0x210DAB) is known color: Ultramarine. HEX triplet: 21, 0D and AB. RGB value is (33,13,171). Sum of RGB (Red+Green+Blue) = 33+13+171=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #210DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210DAB is #DEF254. Grayscale: #242424. Windows color (decimal): -14611029 or 11210017. OLE color: 11210017.

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

Color convert

RGB 33 13 171 -
CMYK 0.81 0.92 0 0.33
HSL 247.59º 0.86% 0.36% -
HSV(B) 247.59º 0.92% 0.67% -
XYZ 8.12 3.55 38.79 -
YUV 36.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 33 13 171 0.81 0.92 0 0.33 247.59 0.86 0.36
Hex 21 D AB 51 5C 0 21 F8 56 24
Octal 41 15 253 121 134 0 41 370 126 44
Binary 100001 1101 10101011 1010001 1011100 0 100001 11111000 1010110 100100

Color Harmonies of #210DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210DAB

Black with #210DAB

Text Example


Text Example

White with #210DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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