Html Css Color HEX #201998 Ultramarine

📋 copy color: '#201998'

red 32 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #201998

Tints of Ultramarine #201998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 15.31%
G = 11.96%
B = 72.73%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#201998 (or 0x201998) is known color: Ultramarine. HEX triplet: 20, 19 and 98. RGB value is (32,25,152). Sum of RGB (Red+Green+Blue) = 32+25+152=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #201998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201998 is #DFE667. Grayscale: #292929. Windows color (decimal): -14673512 or 9967904. OLE color: 9967904.

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

Color convert

RGB 32 25 152 -
CMYK 0.79 0.84 0 0.40
HSL 243.31º 0.72% 0.35% -
HSV(B) 243.31º 0.84% 0.6% -
XYZ 6.61 3.27 29.99 -
YUV 41.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 32 25 152 0.79 0.84 0 0.40 243.31 0.72 0.35
Hex 20 19 98 4F 54 0 28 F3 48 23
Octal 40 31 230 117 124 0 50 363 110 43
Binary 100000 11001 10011000 1001111 1010100 0 101000 11110011 1001000 100011

Color Harmonies of #201998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201998

Black with #201998

Text Example


Text Example

White with #201998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201998; }

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

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

background-color css

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

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

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

border-color css

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

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

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