Html Css Color HEX #21098C Ultramarine

📋 copy color: '#21098C'

red 33 ◦ green 9 ◦ blue 140

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

Shades of Ultramarine #21098C

Tints of Ultramarine #21098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 76.92%

R = 18.13%
G = 4.95%
B = 76.92%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21098C (or 0x21098C) is known color: Ultramarine. HEX triplet: 21, 09 and 8C. RGB value is (33,9,140). Sum of RGB (Red+Green+Blue) = 33+9+140=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 140 (55.08% from 255 or 76.92% from 182); Max value from RGB is 140 - color contains mainly: blue. Hex color #21098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21098C is #DEF673. Grayscale: #1E1E1E. Windows color (decimal): -14612084 or 9177377. OLE color: 9177377.

HSL color Cylindrical-coordinate representation of color #21098C: hue angle of 250.99º 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 #21098C is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 9 140 -
CMYK 0.76 0.94 0 0.45
HSL 250.99º 0.88% 0.29% -
HSV(B) 250.99º 0.94% 0.55% -
XYZ 5.46 2.41 24.99 -
YUV 31.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 33 9 140 0.76 0.94 0 0.45 250.99 0.88 0.29
Hex 21 9 8C 4C 5E 0 2D FB 58 1D
Octal 41 11 214 114 136 0 55 373 130 35
Binary 100001 1001 10001100 1001100 1011110 0 101101 11111011 1011000 11101

Color Harmonies of #21098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21098C

Black with #21098C

Text Example


Text Example

White with #21098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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