Html Css Color HEX #211283 Ultramarine

📋 copy color: '#211283'

red 33 ◦ green 18 ◦ blue 131

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

Shades of Ultramarine #211283

Tints of Ultramarine #211283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 131 (51.56% from 255) = 71.98%

R = 18.13%
G = 9.89%
B = 71.98%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#211283 (or 0x211283) is known color: Ultramarine. HEX triplet: 21, 12 and 83. RGB value is (33,18,131). Sum of RGB (Red+Green+Blue) = 33+18+131=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 131 (51.56% from 255 or 71.98% from 182); Max value from RGB is 131 - color contains mainly: blue. Hex color #211283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211283 is #DEED7C. Grayscale: #222222. Windows color (decimal): -14609789 or 8589857. OLE color: 8589857.

HSL color Cylindrical-coordinate representation of color #211283: hue angle of 247.96º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211283 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 18 131 -
CMYK 0.75 0.86 0 0.49
HSL 247.96º 0.76% 0.29% -
HSV(B) 247.96º 0.86% 0.51% -
XYZ 4.94 2.39 21.67 -
YUV 35.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 33 18 131 0.75 0.86 0 0.49 247.96 0.76 0.29
Hex 21 12 83 4B 56 0 31 F8 4C 1D
Octal 41 22 203 113 126 0 61 370 114 35
Binary 100001 10010 10000011 1001011 1010110 0 110001 11111000 1001100 11101

Color Harmonies of #211283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211283

Black with #211283

Text Example


Text Example

White with #211283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211283; }

 p { color: rgb(33,18,131); }

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

background-color css

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

 a { background-color: rgb(33,18,131); }

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

border-color css

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

 span { border-color: rgb(33,18,131); }

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