Html Css Color HEX #201583 Ultramarine

📋 copy color: '#201583'

red 32 ◦ green 21 ◦ blue 131

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

Shades of Ultramarine #201583

Tints of Ultramarine #201583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 71.2%

R = 17.39%
G = 11.41%
B = 71.2%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#201583 (or 0x201583) is known color: Ultramarine. HEX triplet: 20, 15 and 83. RGB value is (32,21,131). Sum of RGB (Red+Green+Blue) = 32+21+131=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #201583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201583 is #DFEA7C. Grayscale: #242424. Windows color (decimal): -14674557 or 8590624. OLE color: 8590624.

HSL color Cylindrical-coordinate representation of color #201583: hue angle of 246º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201583 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 21 131 -
CMYK 0.76 0.84 0 0.49
HSL 246º 0.72% 0.3% -
HSV(B) 246º 0.84% 0.51% -
XYZ 4.96 2.48 21.69 -
YUV 36.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 32 21 131 0.76 0.84 0 0.49 246 0.72 0.3
Hex 20 15 83 4C 54 0 31 F6 48 1E
Octal 40 25 203 114 124 0 61 366 110 36
Binary 100000 10101 10000011 1001100 1010100 0 110001 11110110 1001000 11110

Color Harmonies of #201583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201583

Black with #201583

Text Example


Text Example

White with #201583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201583; }

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

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

background-color css

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

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

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

border-color css

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

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

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