#111F98

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

Shades of Ultramarine #111F98

Tints of Ultramarine #111F98

Color information

#111F98 (or 0x111F98) is unknown color: approx Ultramarine. HEX triplet: 11, 1F and 98. RGB value is (17,31,152). Sum of RGB (Red+Green+Blue) = 17+31+152=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #111F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F98 is #EEE067. Grayscale: #282828. Windows color (decimal): -15655016 or 9969425. OLE color: 9969425.

HSL color Cylindrical-coordinate representation of color #111F98: hue angle of 233.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111F98 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1731152-
CMYK0.890.8000.40
HSL233.78º79.88%33.14%-
HSV(B)233.78º88.82%59.61%-
XYZ6.393.3730.02-
YUV40.61190.86111.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 152 (59.77% from 255) = 76%
R=8.5%
G=15.5%
B=76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17311520.890.8000.40233.7879.8833.14
Hex111F985950028ea5021
Octal213723013112005035212041
Binary100011111110011000101100110100000101000111010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111F98; }

 p { color: rgb(17,31,152); }

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

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

 a { background-color: rgb(17,31,152); }

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

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

 span { border-color: rgb(17,31,152); }

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