#1B15AC

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

Shades of Ultramarine #1B15AC

Tints of Ultramarine #1B15AC

Color information

#1B15AC (or 0x1B15AC) is unknown color: approx Ultramarine. HEX triplet: 1B, 15 and AC. RGB value is (27,21,172). Sum of RGB (Red+Green+Blue) = 27+21+172=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B15AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B15AC is #E4EA53. Grayscale: #272727. Windows color (decimal): -15002196 or 11277595. OLE color: 11277595.

HSL color Cylindrical-coordinate representation of color #1B15AC: hue angle of 242.38º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B15AC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2721172-
CMYK0.840.8800.33
HSL242.38º78.24%37.84%-
HSV(B)242.38º87.79%67.45%-
XYZ8.173.7539.32-
YUV40.01202.49118.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 172 (67.58% from 255) = 78.18%
R=12.27%
G=9.55%
B=78.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27211720.840.8800.33242.3878.2437.84
Hex1B15AC5458021f24e26
Octal332525412413004136211646
Binary110111010110101100101010010110000100001111100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,21,172); }

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

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

 a { background-color: rgb(27,21,172); }

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

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

 span { border-color: rgb(27,21,172); }

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