Html Css Color HEX #210098 Ultramarine

📋 copy color: '#210098'

red 33 ◦ green 0 ◦ blue 152

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

Shades of Ultramarine #210098

Tints of Ultramarine #210098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 82.16%

R = 17.84%
G = 0%
B = 82.16%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#210098 (or 0x210098) is known color: Ultramarine. HEX triplet: 21, 00 and 98. RGB value is (33,0,152). Sum of RGB (Red+Green+Blue) = 33+0+152=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #210098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210098 is #DEFF67. Grayscale: #1A1A1A. Windows color (decimal): -14614376 or 9961505. OLE color: 9961505.

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

Color convert

RGB 33 0 152 -
CMYK 0.78 1 0 0.40
HSL 253.03º 1% 0.3% -
HSV(B) 253.03º 1% 0.6% -
XYZ 6.29 2.59 29.87 -
YUV 27.2 198.43 132.14 -
System Red Green Blue C M Y K H S L
Decimal 33 0 152 0.78 1 0 0.40 253.03 1 0.3
Hex 21 0 98 4E 64 0 28 FD 64 1E
Octal 41 0 230 116 144 0 50 375 144 36
Binary 100001 0 10011000 1001110 1100100 0 101000 11111101 1100100 11110

Color Harmonies of #210098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210098

Black with #210098

Text Example


Text Example

White with #210098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210098; }

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

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

background-color css

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

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

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

border-color css

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

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

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