#1B119A

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

Shades of Ultramarine #1B119A

Tints of Ultramarine #1B119A

Color information

#1B119A (or 0x1B119A) is unknown color: approx Ultramarine. HEX triplet: 1B, 11 and 9A. RGB value is (27,17,154). Sum of RGB (Red+Green+Blue) = 27+17+154=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B119A is #E4EE65. Grayscale: #232323. Windows color (decimal): -15003238 or 10096923. OLE color: 10096923.

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

Color convert

RGB2717154-
CMYK0.820.8900.40
HSL244.38º80.12%33.53%-
HSV(B)244.38º88.96%60.39%-
XYZ6.492.9730.8-
YUV35.61194.81121.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.64%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 154 (60.55% from 255) = 77.78%
R=13.64%
G=8.59%
B=77.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27171540.820.8900.40244.3880.1233.53
Hex1B119A5259028f45022
Octal332123212213105036412042
Binary110111000110011010101001010110010101000111101001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B119A; }

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

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

<style>
 a { background-color: #1B119A; }

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

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

<style>
 span { border-color: #1B119A; }

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

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