Html Css Color HEX #201F92 Ultramarine

📋 copy color: '#201F92'

red 32 ◦ green 31 ◦ blue 146

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

Shades of Ultramarine #201F92

Tints of Ultramarine #201F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.86%

R = 15.31%
G = 14.83%
B = 69.86%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#201F92 (or 0x201F92) is known color: Ultramarine. HEX triplet: 20, 1F and 92. RGB value is (32,31,146). Sum of RGB (Red+Green+Blue) = 32+31+146=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #201F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F92 is #DFE06D. Grayscale: #2B2B2B. Windows color (decimal): -14671982 or 9576224. OLE color: 9576224.

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

Color convert

RGB 32 31 146 -
CMYK 0.78 0.79 0 0.43
HSL 240.52º 0.65% 0.35% -
HSV(B) 240.52º 0.79% 0.57% -
XYZ 6.27 3.36 27.51 -
YUV 44.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 32 31 146 0.78 0.79 0 0.43 240.52 0.65 0.35
Hex 20 1F 92 4E 4F 0 2B F1 41 23
Octal 40 37 222 116 117 0 53 361 101 43
Binary 100000 11111 10010010 1001110 1001111 0 101011 11110001 1000001 100011

Color Harmonies of #201F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F92

Black with #201F92

Text Example


Text Example

White with #201F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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