Html Css Color HEX #200390 Ultramarine

📋 copy color: '#200390'

red 32 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #200390

Tints of Ultramarine #200390

RGB

 RED value IS 32 (12.89% from 255) = 17.88%

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

 BLUE value IS 144 (56.64% from 255) = 80.45%

R = 17.88%
G = 1.68%
B = 80.45%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#200390 (or 0x200390) is known color: Ultramarine. HEX triplet: 20, 03 and 90. RGB value is (32,3,144). Sum of RGB (Red+Green+Blue) = 32+3+144=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #200390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200390 is #DFFC6F. Grayscale: #1B1B1B. Windows color (decimal): -14679152 or 9437984. OLE color: 9437984.

HSL color Cylindrical-coordinate representation of color #200390: hue angle of 252.34º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200390 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 3 144 -
CMYK 0.78 0.98 0 0.44
HSL 252.34º 0.96% 0.29% -
HSV(B) 252.34º 0.98% 0.56% -
XYZ 5.66 2.39 26.55 -
YUV 27.75 193.61 131.04 -
System Red Green Blue C M Y K H S L
Decimal 32 3 144 0.78 0.98 0 0.44 252.34 0.96 0.29
Hex 20 3 90 4E 62 0 2C FC 60 1D
Octal 40 3 220 116 142 0 54 374 140 35
Binary 100000 11 10010000 1001110 1100010 0 101100 11111100 1100000 11101

Color Harmonies of #200390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200390

Black with #200390

Text Example


Text Example

White with #200390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200390; }

 p { color: rgb(32,3,144); }

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

background-color css

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

 a { background-color: rgb(32,3,144); }

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

border-color css

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

 span { border-color: rgb(32,3,144); }

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