#1B1AAC

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

Shades of Ultramarine #1B1AAC

Tints of Ultramarine #1B1AAC

Color information

#1B1AAC (or 0x1B1AAC) is unknown color: approx Ultramarine. HEX triplet: 1B, 1A and AC. RGB value is (27,26,172). Sum of RGB (Red+Green+Blue) = 27+26+172=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B1AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1AAC is #E4E553. Grayscale: #2A2A2A. Windows color (decimal): -15000916 or 11278875. OLE color: 11278875.

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

Color convert

RGB2726172-
CMYK0.840.8500.33
HSL240.41º73.74%38.82%-
HSV(B)240.41º84.88%67.45%-
XYZ8.273.9539.36-
YUV42.94200.83116.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 172 (67.58% from 255) = 76.44%
R=12%
G=11.56%
B=76.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27261720.840.8500.33240.4173.7438.82
Hex1B1AAC5455021f04a27
Octal333225412412504136011247
Binary110111101010101100101010010101010100001111100001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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