Html Css Color HEX #210EAF Ultramarine

📋 copy color: '#210EAF'

red 33 ◦ green 14 ◦ blue 175

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

Shades of Ultramarine #210EAF

Tints of Ultramarine #210EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 78.83%

R = 14.86%
G = 6.31%
B = 78.83%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#210EAF (or 0x210EAF) is known color: Ultramarine. HEX triplet: 21, 0E and AF. RGB value is (33,14,175). Sum of RGB (Red+Green+Blue) = 33+14+175=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #210EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210EAF is #DEF150. Grayscale: #252525. Windows color (decimal): -14610769 or 11472417. OLE color: 11472417.

HSL color Cylindrical-coordinate representation of color #210EAF: hue angle of 247.08º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210EAF is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 14 175 -
CMYK 0.81 0.92 0 0.31
HSL 247.08º 0.85% 0.37% -
HSV(B) 247.08º 0.92% 0.69% -
XYZ 8.52 3.73 40.83 -
YUV 38.04 205.29 124.41 -
System Red Green Blue C M Y K H S L
Decimal 33 14 175 0.81 0.92 0 0.31 247.08 0.85 0.37
Hex 21 E AF 51 5C 0 1F F7 55 25
Octal 41 16 257 121 134 0 37 367 125 45
Binary 100001 1110 10101111 1010001 1011100 0 11111 11110111 1010101 100101

Color Harmonies of #210EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210EAF

Black with #210EAF

Text Example


Text Example

White with #210EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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