#1B11AF

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

Shades of Ultramarine #1B11AF

Tints of Ultramarine #1B11AF

Color information

#1B11AF (or 0x1B11AF) is unknown color: approx Ultramarine. HEX triplet: 1B, 11 and AF. RGB value is (27,17,175). Sum of RGB (Red+Green+Blue) = 27+17+175=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B11AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B11AF is #E4EE50. Grayscale: #252525. Windows color (decimal): -15003217 or 11473179. OLE color: 11473179.

HSL color Cylindrical-coordinate representation of color #1B11AF: hue angle of 243.8º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B11AF is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2717175-
CMYK0.850.9000.31
HSL243.8º82.29%37.65%-
HSV(B)243.8º90.29%68.63%-
XYZ8.393.7340.84-
YUV38205.31120.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 175 (68.75% from 255) = 79.91%
R=12.33%
G=7.76%
B=79.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27171750.850.9000.31243.882.2937.65
Hex1B11AF555A01Ff45226
Octal332125712513203736412246
Binary11011100011010111110101011011010011111111101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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