Html Css Color HEX #201C9F Ultramarine

📋 copy color: '#201C9F'

red 32 ◦ green 28 ◦ blue 159

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

Shades of Ultramarine #201C9F

Tints of Ultramarine #201C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.6%

R = 14.61%
G = 12.79%
B = 72.6%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#201C9F (or 0x201C9F) is known color: Ultramarine. HEX triplet: 20, 1C and 9F. RGB value is (32,28,159). Sum of RGB (Red+Green+Blue) = 32+28+159=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #201C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C9F is #DFE360. Grayscale: #2B2B2B. Windows color (decimal): -14672737 or 10427424. OLE color: 10427424.

HSL color Cylindrical-coordinate representation of color #201C9F: hue angle of 241.83º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201C9F is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 28 159 -
CMYK 0.80 0.82 0 0.38
HSL 241.83º 0.7% 0.37% -
HSV(B) 241.83º 0.82% 0.62% -
XYZ 7.27 3.64 33.12 -
YUV 44.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 32 28 159 0.80 0.82 0 0.38 241.83 0.7 0.37
Hex 20 1C 9F 50 52 0 26 F2 46 25
Octal 40 34 237 120 122 0 46 362 106 45
Binary 100000 11100 10011111 1010000 1010010 0 100110 11110010 1000110 100101

Color Harmonies of #201C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C9F

Black with #201C9F

Text Example


Text Example

White with #201C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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