Html Css Color HEX #201299 Ultramarine

📋 copy color: '#201299'

red 32 ◦ green 18 ◦ blue 153

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

Shades of Ultramarine #201299

Tints of Ultramarine #201299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75.37%

R = 15.76%
G = 8.87%
B = 75.37%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#201299 (or 0x201299) is known color: Ultramarine. HEX triplet: 20, 12 and 99. RGB value is (32,18,153). Sum of RGB (Red+Green+Blue) = 32+18+153=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #201299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201299 is #DFED66. Grayscale: #252525. Windows color (decimal): -14675303 or 10031648. OLE color: 10031648.

HSL color Cylindrical-coordinate representation of color #201299: hue angle of 246.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201299 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 18 153 -
CMYK 0.79 0.88 0 0.4
HSL 246.22º 0.79% 0.34% -
HSV(B) 246.22º 0.88% 0.6% -
XYZ 6.56 3.04 30.38 -
YUV 37.58 193.14 124.02 -
System Red Green Blue C M Y K H S L
Decimal 32 18 153 0.79 0.88 0 0.4 246.22 0.79 0.34
Hex 20 12 99 4F 58 0 28 F6 4F 22
Octal 40 22 231 117 130 0 50 366 117 42
Binary 100000 10010 10011001 1001111 1011000 0 101000 11110110 1001111 100010

Color Harmonies of #201299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201299

Black with #201299

Text Example


Text Example

White with #201299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201299; }

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

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

background-color css

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

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

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

border-color css

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

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

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