#1B0A80

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

Shades of Ultramarine #1B0A80

Tints of Ultramarine #1B0A80

Color information

#1B0A80 (or 0x1B0A80) is unknown color: approx Ultramarine. HEX triplet: 1B, 0A and 80. RGB value is (27,10,128). Sum of RGB (Red+Green+Blue) = 27+10+128=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #1B0A80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0A80 is #E4F57F. Grayscale: #1C1C1C. Windows color (decimal): -15005056 or 8391195. OLE color: 8391195.

HSL color Cylindrical-coordinate representation of color #1B0A80: hue angle of 248.64º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B0A80 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2710128-
CMYK0.790.9200.50
HSL248.64º85.51%27.06%-
HSV(B)248.64º92.19%50.2%-
XYZ4.462.0120.57-
YUV28.54184.13126.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 128 (50.39% from 255) = 77.58%
R=16.36%
G=6.06%
B=77.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27101280.790.9200.50248.6485.5127.06
Hex1BA804F5C032f9561b
Octal331220011713406237112633
Binary1101110101000000010011111011100011001011111001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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