#1B129F

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

Shades of Ultramarine #1B129F

Tints of Ultramarine #1B129F

Color information

#1B129F (or 0x1B129F) is unknown color: approx Ultramarine. HEX triplet: 1B, 12 and 9F. RGB value is (27,18,159). Sum of RGB (Red+Green+Blue) = 27+18+159=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B129F is #E4ED60. Grayscale: #242424. Windows color (decimal): -15002977 or 10424859. OLE color: 10424859.

HSL color Cylindrical-coordinate representation of color #1B129F: hue angle of 243.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B129F is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2718159-
CMYK0.830.8900.38
HSL243.83º79.66%34.71%-
HSV(B)243.83º88.68%62.35%-
XYZ6.933.1733.05-
YUV36.76196.98121.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.24%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 159 (62.5% from 255) = 77.94%
R=13.24%
G=8.82%
B=77.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27181590.830.8900.38243.8379.6634.71
Hex1B129F5359026f45023
Octal332223712313104636412043
Binary110111001010011111101001110110010100110111101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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