Html Css Color HEX #210096 Ultramarine

📋 copy color: '#210096'

red 33 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #210096

Tints of Ultramarine #210096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 81.97%

R = 18.03%
G = 0%
B = 81.97%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#210096 (or 0x210096) is known color: Ultramarine. HEX triplet: 21, 00 and 96. RGB value is (33,0,150). Sum of RGB (Red+Green+Blue) = 33+0+150=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 150 (58.98% from 255 or 81.97% from 183); Max value from RGB is 150 - color contains mainly: blue. Hex color #210096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210096 is #DEFF69. Grayscale: #1A1A1A. Windows color (decimal): -14614378 or 9830433. OLE color: 9830433.

HSL color Cylindrical-coordinate representation of color #210096: hue angle of 253.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210096 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 0 150 -
CMYK 0.78 1 0 0.41
HSL 253.2º 1% 0.29% -
HSV(B) 253.2º 1% 0.59% -
XYZ 6.13 2.53 29.02 -
YUV 26.97 197.43 132.3 -
System Red Green Blue C M Y K H S L
Decimal 33 0 150 0.78 1 0 0.41 253.2 1 0.29
Hex 21 0 96 4E 64 0 29 FD 64 1D
Octal 41 0 226 116 144 0 51 375 144 35
Binary 100001 0 10010110 1001110 1100100 0 101001 11111101 1100100 11101

Color Harmonies of #210096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210096

Black with #210096

Text Example


Text Example

White with #210096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210096; }

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

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

background-color css

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

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

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

border-color css

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

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

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