Html Css Color HEX #200391 Ultramarine

📋 copy color: '#200391'

red 32 ◦ green 3 ◦ blue 145

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

Shades of Ultramarine #200391

Tints of Ultramarine #200391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 80.56%

R = 17.78%
G = 1.67%
B = 80.56%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#200391 (or 0x200391) is known color: Ultramarine. HEX triplet: 20, 03 and 91. RGB value is (32,3,145). Sum of RGB (Red+Green+Blue) = 32+3+145=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 145 (57.03% from 255 or 80.56% from 180); Max value from RGB is 145 - color contains mainly: blue. Hex color #200391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200391 is #DFFC6E. Grayscale: #1B1B1B. Windows color (decimal): -14679151 or 9503520. OLE color: 9503520.

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

Color convert

RGB 32 3 145 -
CMYK 0.78 0.98 0 0.43
HSL 252.25º 0.96% 0.29% -
HSV(B) 252.25º 0.98% 0.57% -
XYZ 5.74 2.42 26.95 -
YUV 27.86 194.11 130.95 -
System Red Green Blue C M Y K H S L
Decimal 32 3 145 0.78 0.98 0 0.43 252.25 0.96 0.29
Hex 20 3 91 4E 62 0 2B FC 60 1D
Octal 40 3 221 116 142 0 53 374 140 35
Binary 100000 11 10010001 1001110 1100010 0 101011 11111100 1100000 11101

Color Harmonies of #200391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200391

Black with #200391

Text Example


Text Example

White with #200391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200391; }

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

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

background-color css

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

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

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

border-color css

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

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

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