Html Css Color HEX #210689 Ultramarine

📋 copy color: '#210689'

red 33 ◦ green 6 ◦ blue 137

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

Shades of Ultramarine #210689

Tints of Ultramarine #210689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 77.84%

R = 18.75%
G = 3.41%
B = 77.84%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#210689 (or 0x210689) is known color: Ultramarine. HEX triplet: 21, 06 and 89. RGB value is (33,6,137). Sum of RGB (Red+Green+Blue) = 33+6+137=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #210689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210689 is #DEF976. Grayscale: #1C1C1C. Windows color (decimal): -14612855 or 8980001. OLE color: 8980001.

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

Color convert

RGB 33 6 137 -
CMYK 0.76 0.96 0 0.46
HSL 252.37º 0.92% 0.28% -
HSV(B) 252.37º 0.96% 0.54% -
XYZ 5.21 2.26 23.83 -
YUV 29.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 33 6 137 0.76 0.96 0 0.46 252.37 0.92 0.28
Hex 21 6 89 4C 60 0 2E FC 5C 1C
Octal 41 6 211 114 140 0 56 374 134 34
Binary 100001 110 10001001 1001100 1100000 0 101110 11111100 1011100 11100

Color Harmonies of #210689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210689

Black with #210689

Text Example


Text Example

White with #210689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210689; }

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

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

background-color css

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

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

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

border-color css

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

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

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