Html Css Color HEX #210D8A Ultramarine

📋 copy color: '#210D8A'

red 33 ◦ green 13 ◦ blue 138

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

Shades of Ultramarine #210D8A

Tints of Ultramarine #210D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 75%

R = 17.93%
G = 7.07%
B = 75%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#210D8A (or 0x210D8A) is known color: Ultramarine. HEX triplet: 21, 0D and 8A. RGB value is (33,13,138). Sum of RGB (Red+Green+Blue) = 33+13+138=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #210D8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210D8A is #DEF275. Grayscale: #202020. Windows color (decimal): -14611062 or 9047329. OLE color: 9047329.

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

Color convert

RGB 33 13 138 -
CMYK 0.76 0.91 0 0.46
HSL 249.6º 0.83% 0.3% -
HSV(B) 249.6º 0.91% 0.54% -
XYZ 5.36 2.45 24.23 -
YUV 33.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 33 13 138 0.76 0.91 0 0.46 249.6 0.83 0.3
Hex 21 D 8A 4C 5B 0 2E FA 53 1E
Octal 41 15 212 114 133 0 56 372 123 36
Binary 100001 1101 10001010 1001100 1011011 0 101110 11111010 1010011 11110

Color Harmonies of #210D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D8A

Black with #210D8A

Text Example


Text Example

White with #210D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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