Html Css Color HEX #210988 Ultramarine

📋 copy color: '#210988'

red 33 ◦ green 9 ◦ blue 136

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

Shades of Ultramarine #210988

Tints of Ultramarine #210988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 76.4%

R = 18.54%
G = 5.06%
B = 76.4%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#210988 (or 0x210988) is known color: Ultramarine. HEX triplet: 21, 09 and 88. RGB value is (33,9,136). Sum of RGB (Red+Green+Blue) = 33+9+136=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #210988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210988 is #DEF677. Grayscale: #1E1E1E. Windows color (decimal): -14612088 or 8915233. OLE color: 8915233.

HSL color Cylindrical-coordinate representation of color #210988: hue angle of 251.34º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210988 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 9 136 -
CMYK 0.76 0.93 0 0.47
HSL 251.34º 0.88% 0.28% -
HSV(B) 251.34º 0.93% 0.53% -
XYZ 5.17 2.3 23.46 -
YUV 30.65 187.45 129.67 -
System Red Green Blue C M Y K H S L
Decimal 33 9 136 0.76 0.93 0 0.47 251.34 0.88 0.28
Hex 21 9 88 4C 5D 0 2F FB 58 1C
Octal 41 11 210 114 135 0 57 373 130 34
Binary 100001 1001 10001000 1001100 1011101 0 101111 11111011 1011000 11100

Color Harmonies of #210988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210988

Black with #210988

Text Example


Text Example

White with #210988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210988; }

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

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

background-color css

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

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

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

border-color css

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

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

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