Html Css Color HEX #201295 Ultramarine

📋 copy color: '#201295'

red 32 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #201295

Tints of Ultramarine #201295

RGB

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

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

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

R = 16.08%
G = 9.05%
B = 74.87%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201295 (or 0x201295) is known color: Ultramarine. HEX triplet: 20, 12 and 95. RGB value is (32,18,149). Sum of RGB (Red+Green+Blue) = 32+18+149=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #201295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201295 is #DFED6A. Grayscale: #242424. Windows color (decimal): -14675307 or 9769504. OLE color: 9769504.

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

Color convert

RGB 32 18 149 -
CMYK 0.79 0.88 0 0.42
HSL 246.41º 0.78% 0.33% -
HSV(B) 246.41º 0.88% 0.58% -
XYZ 6.24 2.91 28.67 -
YUV 37.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 32 18 149 0.79 0.88 0 0.42 246.41 0.78 0.33
Hex 20 12 95 4F 58 0 2A F6 4E 21
Octal 40 22 225 117 130 0 52 366 116 41
Binary 100000 10010 10010101 1001111 1011000 0 101010 11110110 1001110 100001

Color Harmonies of #201295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201295

Black with #201295

Text Example


Text Example

White with #201295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201295; }

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

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

background-color css

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

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

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

border-color css

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

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

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