Html Css Color HEX #210385 Ultramarine

📋 copy color: '#210385'

red 33 ◦ green 3 ◦ blue 133

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

Shades of Ultramarine #210385

Tints of Ultramarine #210385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 19.53%
G = 1.78%
B = 78.7%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#210385 (or 0x210385) is known color: Ultramarine. HEX triplet: 21, 03 and 85. RGB value is (33,3,133). Sum of RGB (Red+Green+Blue) = 33+3+133=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #210385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210385 is #DEFC7A. Grayscale: #1A1A1A. Windows color (decimal): -14613627 or 8717089. OLE color: 8717089.

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

Color convert

RGB 33 3 133 -
CMYK 0.75 0.98 0 0.48
HSL 253.85º 0.96% 0.27% -
HSV(B) 253.85º 0.98% 0.52% -
XYZ 4.89 2.08 22.33 -
YUV 26.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 33 3 133 0.75 0.98 0 0.48 253.85 0.96 0.27
Hex 21 3 85 4B 62 0 30 FE 60 1B
Octal 41 3 205 113 142 0 60 376 140 33
Binary 100001 11 10000101 1001011 1100010 0 110000 11111110 1100000 11011

Color Harmonies of #210385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210385

Black with #210385

Text Example


Text Example

White with #210385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210385; }

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

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

background-color css

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

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

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

border-color css

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

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

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