Html Css Color HEX #21118C Ultramarine

📋 copy color: '#21118C'

red 33 ◦ green 17 ◦ blue 140

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

Shades of Ultramarine #21118C

Tints of Ultramarine #21118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.68%

R = 17.37%
G = 8.95%
B = 73.68%

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

#21118C (or 0x21118C) is known color: Ultramarine. HEX triplet: 21, 11 and 8C. RGB value is (33,17,140). Sum of RGB (Red+Green+Blue) = 33+17+140=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #21118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21118C is #DEEE73. Grayscale: #232323. Windows color (decimal): -14610036 or 9179425. OLE color: 9179425.

HSL color Cylindrical-coordinate representation of color #21118C: hue angle of 247.8º 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 #21118C is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 17 140 -
CMYK 0.76 0.88 0 0.45
HSL 247.8º 0.78% 0.31% -
HSV(B) 247.8º 0.88% 0.55% -
XYZ 5.56 2.62 25.02 -
YUV 35.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 33 17 140 0.76 0.88 0 0.45 247.8 0.78 0.31
Hex 21 11 8C 4C 58 0 2D F8 4E 1F
Octal 41 21 214 114 130 0 55 370 116 37
Binary 100001 10001 10001100 1001100 1011000 0 101101 11111000 1001110 11111

Color Harmonies of #21118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21118C

Black with #21118C

Text Example


Text Example

White with #21118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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