Html Css Color HEX #201F93 Ultramarine

📋 copy color: '#201F93'

red 32 ◦ green 31 ◦ blue 147

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

Shades of Ultramarine #201F93

Tints of Ultramarine #201F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.76%

 BLUE value IS 147 (57.81% from 255) = 70%

R = 15.24%
G = 14.76%
B = 70%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201F93 (or 0x201F93) is known color: Ultramarine. HEX triplet: 20, 1F and 93. RGB value is (32,31,147). Sum of RGB (Red+Green+Blue) = 32+31+147=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #201F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F93 is #DFE06C. Grayscale: #2C2C2C. Windows color (decimal): -14671981 or 9641760. OLE color: 9641760.

HSL color Cylindrical-coordinate representation of color #201F93: hue angle of 240.52º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201F93 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 31 147 -
CMYK 0.78 0.79 0 0.42
HSL 240.52º 0.65% 0.35% -
HSV(B) 240.52º 0.79% 0.58% -
XYZ 6.35 3.39 27.92 -
YUV 44.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 32 31 147 0.78 0.79 0 0.42 240.52 0.65 0.35
Hex 20 1F 93 4E 4F 0 2A F1 41 23
Octal 40 37 223 116 117 0 52 361 101 43
Binary 100000 11111 10010011 1001110 1001111 0 101010 11110001 1000001 100011

Color Harmonies of #201F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F93

Black with #201F93

Text Example


Text Example

White with #201F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201F93; }

 p { color: rgb(32,31,147); }

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

background-color css

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

 a { background-color: rgb(32,31,147); }

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

border-color css

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

 span { border-color: rgb(32,31,147); }

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