#1B0AAC

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

Shades of Ultramarine #1B0AAC

Tints of Ultramarine #1B0AAC

Color information

#1B0AAC (or 0x1B0AAC) is unknown color: approx Ultramarine. HEX triplet: 1B, 0A and AC. RGB value is (27,10,172). Sum of RGB (Red+Green+Blue) = 27+10+172=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0AAC is #E4F553. Grayscale: #202020. Windows color (decimal): -15005012 or 11274779. OLE color: 11274779.

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

Color convert

RGB2710172-
CMYK0.840.9400.33
HSL246.3º89.01%35.69%-
HSV(B)246.3º94.19%67.45%-
XYZ8.013.4339.27-
YUV33.55206.13123.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 172 (67.58% from 255) = 82.30%
R=12.92%
G=4.78%
B=82.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27101720.840.9400.33246.389.0135.69
Hex1BAAC545E021f65924
Octal331225412413604136613144
Binary11011101010101100101010010111100100001111101101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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