#1B008B

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

Shades of Ultramarine #1B008B

Tints of Ultramarine #1B008B

Color information

#1B008B (or 0x1B008B) is unknown color: approx Ultramarine. HEX triplet: 1B, 00 and 8B. RGB value is (27,0,139). Sum of RGB (Red+Green+Blue) = 27+0+139=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B008B is #E4FF74. Grayscale: #171717. Windows color (decimal): -15007605 or 9109531. OLE color: 9109531.

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

Color convert

RGB270139-
CMYK0.81100.45
HSL251.65º100%27.25%-
HSV(B)251.65º100%54.51%-
XYZ5.112.124.56-
YUV23.92192.95130.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 83.73%
R=16.27%
G=0%
B=83.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2701390.81100.45251.6510027.25
Hex1B08B516402Dfc641b
Octal33021312114405537414433
Binary1101101000101110100011100100010110111111100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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