Html Css Color HEX #21159C Ultramarine

📋 copy color: '#21159C'

red 33 ◦ green 21 ◦ blue 156

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

Shades of Ultramarine #21159C

Tints of Ultramarine #21159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 74.29%

R = 15.71%
G = 10%
B = 74.29%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21159C (or 0x21159C) is known color: Ultramarine. HEX triplet: 21, 15 and 9C. RGB value is (33,21,156). Sum of RGB (Red+Green+Blue) = 33+21+156=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #21159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21159C is #DEEA63. Grayscale: #272727. Windows color (decimal): -14608996 or 10229025. OLE color: 10229025.

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

Color convert

RGB 33 21 156 -
CMYK 0.79 0.87 0 0.39
HSL 245.33º 0.76% 0.35% -
HSV(B) 245.33º 0.87% 0.61% -
XYZ 6.9 3.26 31.72 -
YUV 39.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 33 21 156 0.79 0.87 0 0.39 245.33 0.76 0.35
Hex 21 15 9C 4F 57 0 27 F5 4C 23
Octal 41 25 234 117 127 0 47 365 114 43
Binary 100001 10101 10011100 1001111 1010111 0 100111 11110101 1001100 100011

Color Harmonies of #21159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21159C

Black with #21159C

Text Example


Text Example

White with #21159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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