Html Css Color HEX #21118B Ultramarine

📋 copy color: '#21118B'

red 33 ◦ green 17 ◦ blue 139

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

Shades of Ultramarine #21118B

Tints of Ultramarine #21118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 139 (54.69% from 255) = 73.54%

R = 17.46%
G = 8.99%
B = 73.54%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21118B (or 0x21118B) is known color: Ultramarine. HEX triplet: 21, 11 and 8B. RGB value is (33,17,139). Sum of RGB (Red+Green+Blue) = 33+17+139=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #21118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21118B is #DEEE74. Grayscale: #232323. Windows color (decimal): -14610037 or 9113889. OLE color: 9113889.

HSL color Cylindrical-coordinate representation of color #21118B: hue angle of 247.87º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21118B is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 17 139 -
CMYK 0.76 0.88 0 0.45
HSL 247.87º 0.78% 0.31% -
HSV(B) 247.87º 0.88% 0.55% -
XYZ 5.49 2.59 24.64 -
YUV 35.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 33 17 139 0.76 0.88 0 0.45 247.87 0.78 0.31
Hex 21 11 8B 4C 58 0 2D F8 4E 1F
Octal 41 21 213 114 130 0 55 370 116 37
Binary 100001 10001 10001011 1001100 1011000 0 101101 11111000 1001110 11111

Color Harmonies of #21118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21118B

Black with #21118B

Text Example


Text Example

White with #21118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21118B; }

 p { color: rgb(33,17,139); }

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

background-color css

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

 a { background-color: rgb(33,17,139); }

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

border-color css

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

 span { border-color: rgb(33,17,139); }

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