#1B129B

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

Shades of Ultramarine #1B129B

Tints of Ultramarine #1B129B

Color information

#1B129B (or 0x1B129B) is unknown color: approx Ultramarine. HEX triplet: 1B, 12 and 9B. RGB value is (27,18,155). Sum of RGB (Red+Green+Blue) = 27+18+155=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B129B is #E4ED64. Grayscale: #232323. Windows color (decimal): -15002981 or 10162715. OLE color: 10162715.

HSL color Cylindrical-coordinate representation of color #1B129B: hue angle of 243.94º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B129B is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2718155-
CMYK0.830.8800.39
HSL243.94º79.19%33.92%-
HSV(B)243.94º88.39%60.78%-
XYZ6.583.0331.25-
YUV36.31194.98121.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 155 (60.94% from 255) = 77.5%
R=13.5%
G=9%
B=77.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27181550.830.8800.39243.9479.1933.92
Hex1B129B5358027f44f22
Octal332223312313004736411742
Binary110111001010011011101001110110000100111111101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,155); }

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

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

 a { background-color: rgb(27,18,155); }

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

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

 span { border-color: rgb(27,18,155); }

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