Html Css Color HEX #21159F Ultramarine

📋 copy color: '#21159F'

red 33 ◦ green 21 ◦ blue 159

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

Shades of Ultramarine #21159F

Tints of Ultramarine #21159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 15.49%
G = 9.86%
B = 74.65%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21159F (or 0x21159F) is known color: Ultramarine. HEX triplet: 21, 15 and 9F. RGB value is (33,21,159). Sum of RGB (Red+Green+Blue) = 33+21+159=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #21159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21159F is #DEEA60. Grayscale: #272727. Windows color (decimal): -14608993 or 10425633. OLE color: 10425633.

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

Color convert

RGB 33 21 159 -
CMYK 0.79 0.87 0 0.38
HSL 245.22º 0.77% 0.35% -
HSV(B) 245.22º 0.87% 0.62% -
XYZ 7.15 3.36 33.07 -
YUV 40.32 194.98 122.78 -
System Red Green Blue C M Y K H S L
Decimal 33 21 159 0.79 0.87 0 0.38 245.22 0.77 0.35
Hex 21 15 9F 4F 57 0 26 F5 4D 23
Octal 41 25 237 117 127 0 46 365 115 43
Binary 100001 10101 10011111 1001111 1010111 0 100110 11110101 1001101 100011

Color Harmonies of #21159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21159F

Black with #21159F

Text Example


Text Example

White with #21159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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