Html Css Color HEX #201297 Ultramarine

📋 copy color: '#201297'

red 32 ◦ green 18 ◦ blue 151

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

Shades of Ultramarine #201297

Tints of Ultramarine #201297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 75.12%

R = 15.92%
G = 8.96%
B = 75.12%

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

#201297 (or 0x201297) is known color: Ultramarine. HEX triplet: 20, 12 and 97. RGB value is (32,18,151). Sum of RGB (Red+Green+Blue) = 32+18+151=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #201297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201297 is #DFED68. Grayscale: #242424. Windows color (decimal): -14675305 or 9900576. OLE color: 9900576.

HSL color Cylindrical-coordinate representation of color #201297: hue angle of 246.32º 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 #201297 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 18 151 -
CMYK 0.79 0.88 0 0.41
HSL 246.32º 0.79% 0.33% -
HSV(B) 246.32º 0.88% 0.59% -
XYZ 6.4 2.97 29.52 -
YUV 37.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 32 18 151 0.79 0.88 0 0.41 246.32 0.79 0.33
Hex 20 12 97 4F 58 0 29 F6 4F 21
Octal 40 22 227 117 130 0 51 366 117 41
Binary 100000 10010 10010111 1001111 1011000 0 101001 11110110 1001111 100001

Color Harmonies of #201297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201297

Black with #201297

Text Example


Text Example

White with #201297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201297; }

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

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

background-color css

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

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

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

border-color css

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

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

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