Html Css Color HEX #21159B Ultramarine

📋 copy color: '#21159B'

red 33 ◦ green 21 ◦ blue 155

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

Shades of Ultramarine #21159B

Tints of Ultramarine #21159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.16%

R = 15.79%
G = 10.05%
B = 74.16%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21159B (or 0x21159B) is known color: Ultramarine. HEX triplet: 21, 15 and 9B. RGB value is (33,21,155). Sum of RGB (Red+Green+Blue) = 33+21+155=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #21159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21159B is #DEEA64. Grayscale: #272727. Windows color (decimal): -14608997 or 10163489. OLE color: 10163489.

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

Color convert

RGB 33 21 155 -
CMYK 0.79 0.86 0 0.39
HSL 245.37º 0.76% 0.35% -
HSV(B) 245.37º 0.86% 0.61% -
XYZ 6.81 3.23 31.27 -
YUV 39.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 33 21 155 0.79 0.86 0 0.39 245.37 0.76 0.35
Hex 21 15 9B 4F 56 0 27 F5 4C 23
Octal 41 25 233 117 126 0 47 365 114 43
Binary 100001 10101 10011011 1001111 1010110 0 100111 11110101 1001100 100011

Color Harmonies of #21159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21159B

Black with #21159B

Text Example


Text Example

White with #21159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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