#1B0988

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

Shades of Ultramarine #1B0988

Tints of Ultramarine #1B0988

Color information

#1B0988 (or 0x1B0988) is unknown color: approx Ultramarine. HEX triplet: 1B, 09 and 88. RGB value is (27,9,136). Sum of RGB (Red+Green+Blue) = 27+9+136=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 136 (53.52% from 255 or 79.07% from 172); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B0988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0988 is #E4F677. Grayscale: #1C1C1C. Windows color (decimal): -15005304 or 8915227. OLE color: 8915227.

HSL color Cylindrical-coordinate representation of color #1B0988: hue angle of 248.5º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0988 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB279136-
CMYK0.800.9300.47
HSL248.5º87.59%28.43%-
HSV(B)248.5º93.38%53.33%-
XYZ4.992.2123.46-
YUV28.86188.46126.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 136 (53.52% from 255) = 79.07%
R=15.70%
G=5.23%
B=79.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2791360.800.9300.47248.587.5928.43
Hex1B988505D02Ff9581c
Octal331121012013505737113034
Binary1101110011000100010100001011101010111111111001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,9,136); }

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

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

 a { background-color: rgb(27,9,136); }

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

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

 span { border-color: rgb(27,9,136); }

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