#111B98

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

Shades of Ultramarine #111B98

Tints of Ultramarine #111B98

Color information

#111B98 (or 0x111B98) is unknown color: approx Ultramarine. HEX triplet: 11, 1B and 98. RGB value is (17,27,152). Sum of RGB (Red+Green+Blue) = 17+27+152=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #111B98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111B98 is #EEE467. Grayscale: #252525. Windows color (decimal): -15656040 or 9968401. OLE color: 9968401.

HSL color Cylindrical-coordinate representation of color #111B98: hue angle of 235.56º 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 #111B98 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1727152-
CMYK0.890.8200.40
HSL235.56º79.88%33.14%-
HSV(B)235.56º88.82%59.61%-
XYZ6.293.1729.99-
YUV38.26192.19112.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 152 (59.77% from 255) = 77.55%
R=8.67%
G=13.78%
B=77.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17271520.890.8200.40235.5679.8833.14
Hex111B985952028ec5021
Octal213323013112205035412041
Binary100011101110011000101100110100100101000111011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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