Html Css Color HEX #201296 Ultramarine

📋 copy color: '#201296'

red 32 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #201296

Tints of Ultramarine #201296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75%

R = 16%
G = 9%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#201296 (or 0x201296) is known color: Ultramarine. HEX triplet: 20, 12 and 96. RGB value is (32,18,150). Sum of RGB (Red+Green+Blue) = 32+18+150=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #201296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201296 is #DFED69. Grayscale: #242424. Windows color (decimal): -14675306 or 9835040. OLE color: 9835040.

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

Color convert

RGB 32 18 150 -
CMYK 0.79 0.88 0 0.41
HSL 246.36º 0.79% 0.33% -
HSV(B) 246.36º 0.88% 0.59% -
XYZ 6.32 2.94 29.09 -
YUV 37.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 32 18 150 0.79 0.88 0 0.41 246.36 0.79 0.33
Hex 20 12 96 4F 58 0 29 F6 4F 21
Octal 40 22 226 117 130 0 51 366 117 41
Binary 100000 10010 10010110 1001111 1011000 0 101001 11110110 1001111 100001

Color Harmonies of #201296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201296

Black with #201296

Text Example


Text Example

White with #201296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201296; }

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

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

background-color css

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

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

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

border-color css

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

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

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