Html Css Color HEX #210688 Ultramarine

📋 copy color: '#210688'

red 33 ◦ green 6 ◦ blue 136

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

Shades of Ultramarine #210688

Tints of Ultramarine #210688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

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

R = 18.86%
G = 3.43%
B = 77.71%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#210688 (or 0x210688) is known color: Ultramarine. HEX triplet: 21, 06 and 88. RGB value is (33,6,136). Sum of RGB (Red+Green+Blue) = 33+6+136=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #210688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210688 is #DEF977. Grayscale: #1C1C1C. Windows color (decimal): -14612856 or 8914465. OLE color: 8914465.

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

Color convert

RGB 33 6 136 -
CMYK 0.76 0.96 0 0.47
HSL 252.46º 0.92% 0.28% -
HSV(B) 252.46º 0.96% 0.53% -
XYZ 5.14 2.23 23.45 -
YUV 28.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 33 6 136 0.76 0.96 0 0.47 252.46 0.92 0.28
Hex 21 6 88 4C 60 0 2F FC 5C 1C
Octal 41 6 210 114 140 0 57 374 134 34
Binary 100001 110 10001000 1001100 1100000 0 101111 11111100 1011100 11100

Color Harmonies of #210688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210688

Black with #210688

Text Example


Text Example

White with #210688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210688; }

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

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

background-color css

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

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

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

border-color css

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

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

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