Html Css Color HEX #201598 Ultramarine

📋 copy color: '#201598'

red 32 ◦ green 21 ◦ blue 152

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

Shades of Ultramarine #201598

Tints of Ultramarine #201598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 15.61%
G = 10.24%
B = 74.15%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#201598 (or 0x201598) is known color: Ultramarine. HEX triplet: 20, 15 and 98. RGB value is (32,21,152). Sum of RGB (Red+Green+Blue) = 32+21+152=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #201598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201598 is #DFEA67. Grayscale: #262626. Windows color (decimal): -14674536 or 9966880. OLE color: 9966880.

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

Color convert

RGB 32 21 152 -
CMYK 0.79 0.86 0 0.40
HSL 245.04º 0.76% 0.34% -
HSV(B) 245.04º 0.86% 0.6% -
XYZ 6.53 3.11 29.96 -
YUV 39.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 32 21 152 0.79 0.86 0 0.40 245.04 0.76 0.34
Hex 20 15 98 4F 56 0 28 F5 4C 22
Octal 40 25 230 117 126 0 50 365 114 42
Binary 100000 10101 10011000 1001111 1010110 0 101000 11110101 1001100 100010

Color Harmonies of #201598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201598

Black with #201598

Text Example


Text Example

White with #201598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201598; }

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

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

background-color css

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

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

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

border-color css

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

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

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