#111B8C

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

Shades of Ultramarine #111B8C

Tints of Ultramarine #111B8C

Color information

#111B8C (or 0x111B8C) is unknown color: approx Ultramarine. HEX triplet: 11, 1B and 8C. RGB value is (17,27,140). Sum of RGB (Red+Green+Blue) = 17+27+140=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #111B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111B8C is #EEE473. Grayscale: #242424. Windows color (decimal): -15656052 or 9181969. OLE color: 9181969.

HSL color Cylindrical-coordinate representation of color #111B8C: hue angle of 235.12º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111B8C is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1727140-
CMYK0.880.8100.45
HSL235.12º78.34%30.78%-
HSV(B)235.12º87.86%54.9%-
XYZ5.362.825.07-
YUV36.89186.19113.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 27 (10.94% from 255) = 14.67%
BLUE value IS 140 (55.08% from 255) = 76.09%
R=9.24%
G=14.67%
B=76.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17271400.880.8100.45235.1278.3430.78
Hex111B8C585102Deb4e1f
Octal213321413012105535311637
Binary10001110111000110010110001010001010110111101011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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