Html Css Color HEX #210EAA Ultramarine

📋 copy color: '#210EAA'

red 33 ◦ green 14 ◦ blue 170

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

Shades of Ultramarine #210EAA

Tints of Ultramarine #210EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.45%

 BLUE value IS 170 (66.8% from 255) = 78.34%

R = 15.21%
G = 6.45%
B = 78.34%

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

#210EAA (or 0x210EAA) is known color: Ultramarine. HEX triplet: 21, 0E and AA. RGB value is (33,14,170). Sum of RGB (Red+Green+Blue) = 33+14+170=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #210EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210EAA is #DEF155. Grayscale: #242424. Windows color (decimal): -14610774 or 11144737. OLE color: 11144737.

HSL color Cylindrical-coordinate representation of color #210EAA: hue angle of 247.31º degrees, saturation: 0.85, 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 #210EAA is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 14 170 -
CMYK 0.81 0.92 0 0.33
HSL 247.31º 0.85% 0.36% -
HSV(B) 247.31º 0.92% 0.67% -
XYZ 8.04 3.54 38.29 -
YUV 37.47 202.79 124.82 -
System Red Green Blue C M Y K H S L
Decimal 33 14 170 0.81 0.92 0 0.33 247.31 0.85 0.36
Hex 21 E AA 51 5C 0 21 F7 55 24
Octal 41 16 252 121 134 0 41 367 125 44
Binary 100001 1110 10101010 1010001 1011100 0 100001 11110111 1010101 100100

Color Harmonies of #210EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210EAA

Black with #210EAA

Text Example


Text Example

White with #210EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,14,170); }

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

background-color css

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

 a { background-color: rgb(33,14,170); }

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

border-color css

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

 span { border-color: rgb(33,14,170); }

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