Html Css Color HEX #21169B Ultramarine

📋 copy color: '#21169B'

red 33 ◦ green 22 ◦ blue 155

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

Shades of Ultramarine #21169B

Tints of Ultramarine #21169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

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

R = 15.71%
G = 10.48%
B = 73.81%

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

#21169B (or 0x21169B) is known color: Ultramarine. HEX triplet: 21, 16 and 9B. RGB value is (33,22,155). Sum of RGB (Red+Green+Blue) = 33+22+155=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #21169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21169B is #DEE964. Grayscale: #272727. Windows color (decimal): -14608741 or 10163745. OLE color: 10163745.

HSL color Cylindrical-coordinate representation of color #21169B: hue angle of 244.96º degrees, saturation: 0.75, 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 #21169B is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 22 155 -
CMYK 0.79 0.86 0 0.39
HSL 244.96º 0.75% 0.35% -
HSV(B) 244.96º 0.86% 0.61% -
XYZ 6.83 3.26 31.28 -
YUV 40.45 192.64 122.69 -
System Red Green Blue C M Y K H S L
Decimal 33 22 155 0.79 0.86 0 0.39 244.96 0.75 0.35
Hex 21 16 9B 4F 56 0 27 F5 4B 23
Octal 41 26 233 117 126 0 47 365 113 43
Binary 100001 10110 10011011 1001111 1010110 0 100111 11110101 1001011 100011

Color Harmonies of #21169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21169B

Black with #21169B

Text Example


Text Example

White with #21169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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