Html Css Color HEX #201288 Ultramarine

📋 copy color: '#201288'

red 32 ◦ green 18 ◦ blue 136

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

Shades of Ultramarine #201288

Tints of Ultramarine #201288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 136 (53.52% from 255) = 73.12%

R = 17.2%
G = 9.68%
B = 73.12%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#201288 (or 0x201288) is known color: Ultramarine. HEX triplet: 20, 12 and 88. RGB value is (32,18,136). Sum of RGB (Red+Green+Blue) = 32+18+136=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #201288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201288 is #DFED77. Grayscale: #232323. Windows color (decimal): -14675320 or 8917536. OLE color: 8917536.

HSL color Cylindrical-coordinate representation of color #201288: hue angle of 247.12º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201288 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 18 136 -
CMYK 0.76 0.87 0 0.47
HSL 247.12º 0.77% 0.3% -
HSV(B) 247.12º 0.87% 0.53% -
XYZ 5.26 2.52 23.5 -
YUV 35.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 32 18 136 0.76 0.87 0 0.47 247.12 0.77 0.3
Hex 20 12 88 4C 57 0 2F F7 4D 1E
Octal 40 22 210 114 127 0 57 367 115 36
Binary 100000 10010 10001000 1001100 1010111 0 101111 11110111 1001101 11110

Color Harmonies of #201288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201288

Black with #201288

Text Example


Text Example

White with #201288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201288; }

 p { color: rgb(32,18,136); }

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

background-color css

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

 a { background-color: rgb(32,18,136); }

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

border-color css

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

 span { border-color: rgb(32,18,136); }

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