Html Css Color HEX #210EAC Ultramarine

📋 copy color: '#210EAC'

red 33 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #210EAC

Tints of Ultramarine #210EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.54%

R = 15.07%
G = 6.39%
B = 78.54%

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

#210EAC (or 0x210EAC) is known color: Ultramarine. HEX triplet: 21, 0E and AC. RGB value is (33,14,172). Sum of RGB (Red+Green+Blue) = 33+14+172=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #210EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210EAC is #DEF153. Grayscale: #252525. Windows color (decimal): -14610772 or 11275809. OLE color: 11275809.

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

Color convert

RGB 33 14 172 -
CMYK 0.81 0.92 0 0.33
HSL 247.22º 0.85% 0.36% -
HSV(B) 247.22º 0.92% 0.67% -
XYZ 8.23 3.62 39.29 -
YUV 37.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 33 14 172 0.81 0.92 0 0.33 247.22 0.85 0.36
Hex 21 E AC 51 5C 0 21 F7 55 24
Octal 41 16 254 121 134 0 41 367 125 44
Binary 100001 1110 10101100 1010001 1011100 0 100001 11110111 1010101 100100

Color Harmonies of #210EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210EAC

Black with #210EAC

Text Example


Text Example

White with #210EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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