Html Css Color HEX #210090 Ultramarine

📋 copy color: '#210090'

red 33 ◦ green 0 ◦ blue 144

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

Shades of Ultramarine #210090

Tints of Ultramarine #210090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 81.36%

R = 18.64%
G = 0%
B = 81.36%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#210090 (or 0x210090) is known color: Ultramarine. HEX triplet: 21, 00 and 90. RGB value is (33,0,144). Sum of RGB (Red+Green+Blue) = 33+0+144=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #210090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210090 is #DEFF6F. Grayscale: #191919. Windows color (decimal): -14614384 or 9437217. OLE color: 9437217.

HSL color Cylindrical-coordinate representation of color #210090: hue angle of 253.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210090 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 0 144 -
CMYK 0.77 1 0 0.44
HSL 253.75º 1% 0.28% -
HSV(B) 253.75º 1% 0.56% -
XYZ 5.66 2.34 26.54 -
YUV 26.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 33 0 144 0.77 1 0 0.44 253.75 1 0.28
Hex 21 0 90 4D 64 0 2C FE 64 1C
Octal 41 0 220 115 144 0 54 376 144 34
Binary 100001 0 10010000 1001101 1100100 0 101100 11111110 1100100 11100

Color Harmonies of #210090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210090

Black with #210090

Text Example


Text Example

White with #210090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210090; }

 p { color: rgb(33,0,144); }

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

background-color css

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

 a { background-color: rgb(33,0,144); }

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

border-color css

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

 span { border-color: rgb(33,0,144); }

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