Html Css Color HEX #211792 Ultramarine

📋 copy color: '#211792'

red 33 ◦ green 23 ◦ blue 146

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

Shades of Ultramarine #211792

Tints of Ultramarine #211792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 16.34%
G = 11.39%
B = 72.28%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211792 (or 0x211792) is known color: Ultramarine. HEX triplet: 21, 17 and 92. RGB value is (33,23,146). Sum of RGB (Red+Green+Blue) = 33+23+146=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #211792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211792 is #DEE86D. Grayscale: #272727. Windows color (decimal): -14608494 or 9574177. OLE color: 9574177.

HSL color Cylindrical-coordinate representation of color #211792: hue angle of 244.88º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211792 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 23 146 -
CMYK 0.77 0.84 0 0.43
HSL 244.88º 0.73% 0.33% -
HSV(B) 244.88º 0.84% 0.57% -
XYZ 6.12 3.01 27.45 -
YUV 40.01 187.81 123 -
System Red Green Blue C M Y K H S L
Decimal 33 23 146 0.77 0.84 0 0.43 244.88 0.73 0.33
Hex 21 17 92 4D 54 0 2B F5 49 21
Octal 41 27 222 115 124 0 53 365 111 41
Binary 100001 10111 10010010 1001101 1010100 0 101011 11110101 1001001 100001

Color Harmonies of #211792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211792

Black with #211792

Text Example


Text Example

White with #211792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211792; }

 p { color: rgb(33,23,146); }

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

background-color css

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

 a { background-color: rgb(33,23,146); }

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

border-color css

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

 span { border-color: rgb(33,23,146); }

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