Html Css Color HEX #201C95 Ultramarine

📋 copy color: '#201C95'

red 32 ◦ green 28 ◦ blue 149

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

Shades of Ultramarine #201C95

Tints of Ultramarine #201C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

 BLUE value IS 149 (58.59% from 255) = 71.29%

R = 15.31%
G = 13.4%
B = 71.29%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201C95 (or 0x201C95) is known color: Ultramarine. HEX triplet: 20, 1C and 95. RGB value is (32,28,149). Sum of RGB (Red+Green+Blue) = 32+28+149=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #201C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C95 is #DFE36A. Grayscale: #2A2A2A. Windows color (decimal): -14672747 or 9772064. OLE color: 9772064.

HSL color Cylindrical-coordinate representation of color #201C95: hue angle of 241.98º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201C95 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 28 149 -
CMYK 0.79 0.81 0 0.42
HSL 241.98º 0.68% 0.35% -
HSV(B) 241.98º 0.81% 0.58% -
XYZ 6.44 3.31 28.73 -
YUV 42.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 32 28 149 0.79 0.81 0 0.42 241.98 0.68 0.35
Hex 20 1C 95 4F 51 0 2A F2 44 23
Octal 40 34 225 117 121 0 52 362 104 43
Binary 100000 11100 10010101 1001111 1010001 0 101010 11110010 1000100 100011

Color Harmonies of #201C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C95

Black with #201C95

Text Example


Text Example

White with #201C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201C95; }

 p { color: rgb(32,28,149); }

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

background-color css

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

 a { background-color: rgb(32,28,149); }

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

border-color css

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

 span { border-color: rgb(32,28,149); }

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