Html Css Color HEX #210485 Ultramarine

📋 copy color: '#210485'

red 33 ◦ green 4 ◦ blue 133

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

Shades of Ultramarine #210485

Tints of Ultramarine #210485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 19.41%
G = 2.35%
B = 78.24%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#210485 (or 0x210485) is known color: Ultramarine. HEX triplet: 21, 04 and 85. RGB value is (33,4,133). Sum of RGB (Red+Green+Blue) = 33+4+133=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #210485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210485 is #DEFB7A. Grayscale: #1A1A1A. Windows color (decimal): -14613371 or 8717345. OLE color: 8717345.

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

Color convert

RGB 33 4 133 -
CMYK 0.75 0.97 0 0.48
HSL 253.49º 0.94% 0.27% -
HSV(B) 253.49º 0.97% 0.52% -
XYZ 4.9 2.1 22.34 -
YUV 27.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 33 4 133 0.75 0.97 0 0.48 253.49 0.94 0.27
Hex 21 4 85 4B 61 0 30 FD 5E 1B
Octal 41 4 205 113 141 0 60 375 136 33
Binary 100001 100 10000101 1001011 1100001 0 110000 11111101 1011110 11011

Color Harmonies of #210485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210485

Black with #210485

Text Example


Text Example

White with #210485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210485; }

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

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

background-color css

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

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

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

border-color css

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

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

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