Html Css Color HEX #210985 Ultramarine

📋 copy color: '#210985'

red 33 ◦ green 9 ◦ blue 133

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

Shades of Ultramarine #210985

Tints of Ultramarine #210985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

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

R = 18.86%
G = 5.14%
B = 76%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#210985 (or 0x210985) is known color: Ultramarine. HEX triplet: 21, 09 and 85. RGB value is (33,9,133). Sum of RGB (Red+Green+Blue) = 33+9+133=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #210985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210985 is #DEF67A. Grayscale: #1D1D1D. Windows color (decimal): -14612091 or 8718625. OLE color: 8718625.

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

Color convert

RGB 33 9 133 -
CMYK 0.75 0.93 0 0.48
HSL 251.61º 0.87% 0.28% -
HSV(B) 251.61º 0.93% 0.52% -
XYZ 4.96 2.21 22.36 -
YUV 30.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 33 9 133 0.75 0.93 0 0.48 251.61 0.87 0.28
Hex 21 9 85 4B 5D 0 30 FC 57 1C
Octal 41 11 205 113 135 0 60 374 127 34
Binary 100001 1001 10000101 1001011 1011101 0 110000 11111100 1010111 11100

Color Harmonies of #210985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210985

Black with #210985

Text Example


Text Example

White with #210985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210985; }

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

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

background-color css

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

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

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

border-color css

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

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

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