Html Css Color HEX #21098D Ultramarine

📋 copy color: '#21098D'

red 33 ◦ green 9 ◦ blue 141

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

Shades of Ultramarine #21098D

Tints of Ultramarine #21098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 77.05%

R = 18.03%
G = 4.92%
B = 77.05%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21098D (or 0x21098D) is known color: Ultramarine. HEX triplet: 21, 09 and 8D. RGB value is (33,9,141). Sum of RGB (Red+Green+Blue) = 33+9+141=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #21098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21098D is #DEF672. Grayscale: #1E1E1E. Windows color (decimal): -14612083 or 9242913. OLE color: 9242913.

HSL color Cylindrical-coordinate representation of color #21098D: hue angle of 250.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21098D is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 9 141 -
CMYK 0.77 0.94 0 0.45
HSL 250.91º 0.88% 0.29% -
HSV(B) 250.91º 0.94% 0.55% -
XYZ 5.53 2.44 25.38 -
YUV 31.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 33 9 141 0.77 0.94 0 0.45 250.91 0.88 0.29
Hex 21 9 8D 4D 5E 0 2D FB 58 1D
Octal 41 11 215 115 136 0 55 373 130 35
Binary 100001 1001 10001101 1001101 1011110 0 101101 11111011 1011000 11101

Color Harmonies of #21098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21098D

Black with #21098D

Text Example


Text Example

White with #21098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21098D; }

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

 H1.HeaderClassName
 {
   color: #21098D;
 }
 .AnyTagClassName
 {
   color: #21098D;
 }
</style>

background-color css

<style>
 a { background-color: #21098D; }

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

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

border-color css

<style>
 span { border-color: #21098D; }

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

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