Html Css Color HEX #212393 Ultramarine

📋 copy color: '#212393'

red 33 ◦ green 35 ◦ blue 147

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

Shades of Ultramarine #212393

Tints of Ultramarine #212393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

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

R = 15.35%
G = 16.28%
B = 68.37%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212393 (or 0x212393) is known color: Ultramarine. HEX triplet: 21, 23 and 93. RGB value is (33,35,147). Sum of RGB (Red+Green+Blue) = 33+35+147=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #212393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212393 is #DEDC6C. Grayscale: #2E2E2E. Windows color (decimal): -14605421 or 9642785. OLE color: 9642785.

HSL color Cylindrical-coordinate representation of color #212393: hue angle of 238.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212393 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 35 147 -
CMYK 0.78 0.76 0 0.42
HSL 238.95º 0.63% 0.35% -
HSV(B) 238.95º 0.78% 0.58% -
XYZ 6.49 3.63 27.96 -
YUV 47.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 33 35 147 0.78 0.76 0 0.42 238.95 0.63 0.35
Hex 21 23 93 4E 4C 0 2A EF 3F 23
Octal 41 43 223 116 114 0 52 357 77 43
Binary 100001 100011 10010011 1001110 1001100 0 101010 11101111 111111 100011

Color Harmonies of #212393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212393

Black with #212393

Text Example


Text Example

White with #212393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212393; }

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

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

background-color css

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

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

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

border-color css

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

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

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