Html Css Color HEX #201398 Ultramarine

📋 copy color: '#201398'

red 32 ◦ green 19 ◦ blue 152

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

Shades of Ultramarine #201398

Tints of Ultramarine #201398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 15.76%
G = 9.36%
B = 74.88%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#201398 (or 0x201398) is known color: Ultramarine. HEX triplet: 20, 13 and 98. RGB value is (32,19,152). Sum of RGB (Red+Green+Blue) = 32+19+152=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #201398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201398 is #DFEC67. Grayscale: #252525. Windows color (decimal): -14675048 or 9966368. OLE color: 9966368.

HSL color Cylindrical-coordinate representation of color #201398: hue angle of 245.86º degrees, saturation: 0.78, 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 #201398 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 19 152 -
CMYK 0.79 0.87 0 0.40
HSL 245.86º 0.78% 0.34% -
HSV(B) 245.86º 0.88% 0.6% -
XYZ 6.5 3.04 29.95 -
YUV 38.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 32 19 152 0.79 0.87 0 0.40 245.86 0.78 0.34
Hex 20 13 98 4F 57 0 28 F6 4E 22
Octal 40 23 230 117 127 0 50 366 116 42
Binary 100000 10011 10011000 1001111 1010111 0 101000 11110110 1001110 100010

Color Harmonies of #201398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201398

Black with #201398

Text Example


Text Example

White with #201398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201398; }

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

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

background-color css

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

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

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

border-color css

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

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

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