Html Css Color HEX #210088 Ultramarine

📋 copy color: '#210088'

red 33 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #210088

Tints of Ultramarine #210088

RGB

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

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

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

R = 19.53%
G = 0%
B = 80.47%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#210088 (or 0x210088) is known color: Ultramarine. HEX triplet: 21, 00 and 88. RGB value is (33,0,136). Sum of RGB (Red+Green+Blue) = 33+0+136=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 136 (53.52% from 255 or 80.47% from 169); Max value from RGB is 136 - color contains mainly: blue. Hex color #210088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210088 is #DEFF77. Grayscale: #181818. Windows color (decimal): -14614392 or 8912929. OLE color: 8912929.

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

Color convert

RGB 33 0 136 -
CMYK 0.76 1 0 0.47
HSL 254.56º 1% 0.27% -
HSV(B) 254.56º 1% 0.53% -
XYZ 5.07 2.1 23.43 -
YUV 25.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 33 0 136 0.76 1 0 0.47 254.56 1 0.27
Hex 21 0 88 4C 64 0 2F FF 64 1B
Octal 41 0 210 114 144 0 57 377 144 33
Binary 100001 0 10001000 1001100 1100100 0 101111 11111111 1100100 11011

Color Harmonies of #210088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210088

Black with #210088

Text Example


Text Example

White with #210088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210088; }

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

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

background-color css

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

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

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

border-color css

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

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

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