Html Css Color HEX #212690 Ultramarine

📋 copy color: '#212690'

red 33 ◦ green 38 ◦ blue 144

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

Shades of Ultramarine #212690

Tints of Ultramarine #212690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 144 (56.64% from 255) = 66.98%

R = 15.35%
G = 17.67%
B = 66.98%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#212690 (or 0x212690) is known color: Ultramarine. HEX triplet: 21, 26 and 90. RGB value is (33,38,144). Sum of RGB (Red+Green+Blue) = 33+38+144=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #212690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212690 is #DED96F. Grayscale: #303030. Windows color (decimal): -14604656 or 9446945. OLE color: 9446945.

HSL color Cylindrical-coordinate representation of color #212690: hue angle of 237.3º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212690 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 38 144 -
CMYK 0.77 0.74 0 0.44
HSL 237.3º 0.63% 0.35% -
HSV(B) 237.3º 0.77% 0.56% -
XYZ 6.35 3.72 26.77 -
YUV 48.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 33 38 144 0.77 0.74 0 0.44 237.3 0.63 0.35
Hex 21 26 90 4D 4A 0 2C ED 3F 23
Octal 41 46 220 115 112 0 54 355 77 43
Binary 100001 100110 10010000 1001101 1001010 0 101100 11101101 111111 100011

Color Harmonies of #212690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212690

Black with #212690

Text Example


Text Example

White with #212690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212690; }

 p { color: rgb(33,38,144); }

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

background-color css

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

 a { background-color: rgb(33,38,144); }

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

border-color css

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

 span { border-color: rgb(33,38,144); }

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