Html Css Color HEX #201298 Ultramarine

📋 copy color: '#201298'

red 32 ◦ green 18 ◦ blue 152

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

Shades of Ultramarine #201298

Tints of Ultramarine #201298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 75.25%

R = 15.84%
G = 8.91%
B = 75.25%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#201298 (or 0x201298) is known color: Ultramarine. HEX triplet: 20, 12 and 98. RGB value is (32,18,152). Sum of RGB (Red+Green+Blue) = 32+18+152=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #201298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201298 is #DFED67. Grayscale: #242424. Windows color (decimal): -14675304 or 9966112. OLE color: 9966112.

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

Color convert

RGB 32 18 152 -
CMYK 0.79 0.88 0 0.40
HSL 246.27º 0.79% 0.33% -
HSV(B) 246.27º 0.88% 0.6% -
XYZ 6.48 3.01 29.94 -
YUV 37.46 192.64 124.1 -
System Red Green Blue C M Y K H S L
Decimal 32 18 152 0.79 0.88 0 0.40 246.27 0.79 0.33
Hex 20 12 98 4F 58 0 28 F6 4F 21
Octal 40 22 230 117 130 0 50 366 117 41
Binary 100000 10010 10011000 1001111 1011000 0 101000 11110110 1001111 100001

Color Harmonies of #201298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201298

Black with #201298

Text Example


Text Example

White with #201298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201298; }

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

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

background-color css

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

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

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

border-color css

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

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

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