Html Css Color HEX #21099B Ultramarine

📋 copy color: '#21099B'

red 33 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #21099B

Tints of Ultramarine #21099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 16.75%
G = 4.57%
B = 78.68%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21099B (or 0x21099B) is known color: Ultramarine. HEX triplet: 21, 09 and 9B. RGB value is (33,9,155). Sum of RGB (Red+Green+Blue) = 33+9+155=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #21099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21099B is #DEF664. Grayscale: #202020. Windows color (decimal): -14612069 or 10160417. OLE color: 10160417.

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

Color convert

RGB 33 9 155 -
CMYK 0.79 0.94 0 0.39
HSL 249.86º 0.89% 0.32% -
HSV(B) 249.86º 0.94% 0.61% -
XYZ 6.64 2.89 31.22 -
YUV 32.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 33 9 155 0.79 0.94 0 0.39 249.86 0.89 0.32
Hex 21 9 9B 4F 5E 0 27 FA 59 20
Octal 41 11 233 117 136 0 47 372 131 40
Binary 100001 1001 10011011 1001111 1011110 0 100111 11111010 1011001 100000

Color Harmonies of #21099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21099B

Black with #21099B

Text Example


Text Example

White with #21099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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