Html Css Color HEX #210585 Ultramarine

📋 copy color: '#210585'

red 33 ◦ green 5 ◦ blue 133

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

Shades of Ultramarine #210585

Tints of Ultramarine #210585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 133 (52.34% from 255) = 77.78%

R = 19.3%
G = 2.92%
B = 77.78%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#210585 (or 0x210585) is known color: Ultramarine. HEX triplet: 21, 05 and 85. RGB value is (33,5,133). Sum of RGB (Red+Green+Blue) = 33+5+133=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #210585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210585 is #DEFA7A. Grayscale: #1B1B1B. Windows color (decimal): -14613115 or 8717601. OLE color: 8717601.

HSL color Cylindrical-coordinate representation of color #210585: hue angle of 253.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210585 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 5 133 -
CMYK 0.75 0.96 0 0.48
HSL 253.13º 0.93% 0.27% -
HSV(B) 253.13º 0.96% 0.52% -
XYZ 4.92 2.13 22.34 -
YUV 27.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 33 5 133 0.75 0.96 0 0.48 253.13 0.93 0.27
Hex 21 5 85 4B 60 0 30 FD 5D 1B
Octal 41 5 205 113 140 0 60 375 135 33
Binary 100001 101 10000101 1001011 1100000 0 110000 11111101 1011101 11011

Color Harmonies of #210585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210585

Black with #210585

Text Example


Text Example

White with #210585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210585; }

 p { color: rgb(33,5,133); }

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

background-color css

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

 a { background-color: rgb(33,5,133); }

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

border-color css

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

 span { border-color: rgb(33,5,133); }

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