Html Css Color HEX #210A93 Ultramarine

📋 copy color: '#210A93'

red 33 ◦ green 10 ◦ blue 147

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

Shades of Ultramarine #210A93

Tints of Ultramarine #210A93

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.26%

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 17.37%
G = 5.26%
B = 77.37%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210A93 (or 0x210A93) is known color: Ultramarine. HEX triplet: 21, 0A and 93. RGB value is (33,10,147). Sum of RGB (Red+Green+Blue) = 33+10+147=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #210A93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210A93 is #DEF56C. Grayscale: #1F1F1F. Windows color (decimal): -14611821 or 9636385. OLE color: 9636385.

HSL color Cylindrical-coordinate representation of color #210A93: hue angle of 250.07º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210A93 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 10 147 -
CMYK 0.78 0.93 0 0.42
HSL 250.07º 0.87% 0.31% -
HSV(B) 250.07º 0.93% 0.58% -
XYZ 6 2.65 27.8 -
YUV 32.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 33 10 147 0.78 0.93 0 0.42 250.07 0.87 0.31
Hex 21 A 93 4E 5D 0 2A FA 57 1F
Octal 41 12 223 116 135 0 52 372 127 37
Binary 100001 1010 10010011 1001110 1011101 0 101010 11111010 1010111 11111

Color Harmonies of #210A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A93

Black with #210A93

Text Example


Text Example

White with #210A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,10,147); }

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

background-color css

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

 a { background-color: rgb(33,10,147); }

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

border-color css

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

 span { border-color: rgb(33,10,147); }

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