#1B0088

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

Shades of Ultramarine #1B0088

Tints of Ultramarine #1B0088

Color information

#1B0088 (or 0x1B0088) is unknown color: approx Ultramarine. HEX triplet: 1B, 00 and 88. RGB value is (27,0,136). Sum of RGB (Red+Green+Blue) = 27+0+136=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B0088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0088 is #E4FF77. Grayscale: #171717. Windows color (decimal): -15007608 or 8912923. OLE color: 8912923.

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

Color convert

RGB270136-
CMYK0.80100.47
HSL251.91º100%26.67%-
HSV(B)251.91º100%53.33%-
XYZ4.92.0123.42-
YUV23.58191.45130.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 83.44%
R=16.56%
G=0%
B=83.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2701360.80100.47251.9110026.67
Hex1B088506402Ffc641b
Octal33021012014405737414433
Binary1101101000100010100001100100010111111111100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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