Html Css Color HEX #212593 Ultramarine

📋 copy color: '#212593'

red 33 ◦ green 37 ◦ blue 147

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

Shades of Ultramarine #212593

Tints of Ultramarine #212593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 15.21%
G = 17.05%
B = 67.74%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212593 (or 0x212593) is known color: Ultramarine. HEX triplet: 21, 25 and 93. RGB value is (33,37,147). Sum of RGB (Red+Green+Blue) = 33+37+147=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #212593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212593 is #DEDA6C. Grayscale: #2F2F2F. Windows color (decimal): -14604909 or 9643297. OLE color: 9643297.

HSL color Cylindrical-coordinate representation of color #212593: hue angle of 237.89º 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 #212593 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 37 147 -
CMYK 0.78 0.75 0 0.42
HSL 237.89º 0.63% 0.35% -
HSV(B) 237.89º 0.78% 0.58% -
XYZ 6.56 3.75 27.98 -
YUV 48.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 33 37 147 0.78 0.75 0 0.42 237.89 0.63 0.35
Hex 21 25 93 4E 4B 0 2A EE 3F 23
Octal 41 45 223 116 113 0 52 356 77 43
Binary 100001 100101 10010011 1001110 1001011 0 101010 11101110 111111 100011

Color Harmonies of #212593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212593

Black with #212593

Text Example


Text Example

White with #212593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212593; }

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

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

background-color css

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

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

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

border-color css

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

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

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