Html Css Color HEX #201384 Ultramarine

📋 copy color: '#201384'

red 32 ◦ green 19 ◦ blue 132

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

Shades of Ultramarine #201384

Tints of Ultramarine #201384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.13%

R = 17.49%
G = 10.38%
B = 72.13%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#201384 (or 0x201384) is known color: Ultramarine. HEX triplet: 20, 13 and 84. RGB value is (32,19,132). Sum of RGB (Red+Green+Blue) = 32+19+132=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #201384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201384 is #DFEC7B. Grayscale: #232323. Windows color (decimal): -14675068 or 8655648. OLE color: 8655648.

HSL color Cylindrical-coordinate representation of color #201384: hue angle of 246.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201384 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 19 132 -
CMYK 0.76 0.86 0 0.48
HSL 246.9º 0.75% 0.3% -
HSV(B) 246.9º 0.86% 0.52% -
XYZ 4.99 2.44 22.04 -
YUV 35.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 32 19 132 0.76 0.86 0 0.48 246.9 0.75 0.3
Hex 20 13 84 4C 56 0 30 F7 4B 1E
Octal 40 23 204 114 126 0 60 367 113 36
Binary 100000 10011 10000100 1001100 1010110 0 110000 11110111 1001011 11110

Color Harmonies of #201384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201384

Black with #201384

Text Example


Text Example

White with #201384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201384; }

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

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

background-color css

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

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

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

border-color css

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

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

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