#201F95

Color #201F95 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #201F95

Tints of Ultramarine #201F95

Color information

#201F95 (or 0x201F95) is unknown color: approx Ultramarine. HEX triplet: 20, 1F and 95. RGB value is (32,31,149). Sum of RGB (Red+Green+Blue) = 32+31+149=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #201F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F95 is #DFE06A. Grayscale: #2C2C2C. Windows color (decimal): -14671979 or 9772832. OLE color: 9772832.

HSL color Cylindrical-coordinate representation of color #201F95: hue angle of 240.51º degrees, saturation: 0.66, 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 #201F95 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3231149-
CMYK0.790.7900.42
HSL240.51º65.56%35.29%-
HSV(B)240.51º79.19%58.43%-
XYZ6.513.4628.76-
YUV44.75186.83118.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=15.09%
G=14.62%
B=70.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32311490.790.7900.42240.5165.5635.29
Hex201F954F4F02Af14223
Octal403722511711705236110243
Binary1000001111110010101100111110011110101010111100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #201F95;
 }
 .AnyTagClassName
 {
   color: #201F95;
 }
</style>
background-color css

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

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

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

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

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

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