Html Css Color HEX #21119F Ultramarine

📋 copy color: '#21119F'

red 33 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #21119F

Tints of Ultramarine #21119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 76.08%

R = 15.79%
G = 8.13%
B = 76.08%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21119F (or 0x21119F) is known color: Ultramarine. HEX triplet: 21, 11 and 9F. RGB value is (33,17,159). Sum of RGB (Red+Green+Blue) = 33+17+159=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #21119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21119F is #DEEE60. Grayscale: #252525. Windows color (decimal): -14610017 or 10424609. OLE color: 10424609.

HSL color Cylindrical-coordinate representation of color #21119F: hue angle of 246.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21119F is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 17 159 -
CMYK 0.79 0.89 0 0.38
HSL 246.76º 0.81% 0.35% -
HSV(B) 246.76º 0.89% 0.62% -
XYZ 7.09 3.23 33.05 -
YUV 37.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 33 17 159 0.79 0.89 0 0.38 246.76 0.81 0.35
Hex 21 11 9F 4F 59 0 26 F7 51 23
Octal 41 21 237 117 131 0 46 367 121 43
Binary 100001 10001 10011111 1001111 1011001 0 100110 11110111 1010001 100011

Color Harmonies of #21119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21119F

Black with #21119F

Text Example


Text Example

White with #21119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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