#1B1493

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

Shades of Ultramarine #1B1493

Tints of Ultramarine #1B1493

Color information

#1B1493 (or 0x1B1493) is unknown color: approx Ultramarine. HEX triplet: 1B, 14 and 93. RGB value is (27,20,147). Sum of RGB (Red+Green+Blue) = 27+20+147=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B1493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1493 is #E4EB6C. Grayscale: #242424. Windows color (decimal): -15002477 or 9638939. OLE color: 9638939.

HSL color Cylindrical-coordinate representation of color #1B1493: hue angle of 243.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B1493 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2720147-
CMYK0.820.8600.42
HSL243.31º76.05%32.75%-
HSV(B)243.31º86.39%57.65%-
XYZ5.972.8427.84-
YUV36.57190.32121.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 147 (57.81% from 255) = 75.77%
R=13.92%
G=10.31%
B=75.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27201470.820.8600.42243.3176.0532.75
Hex1B1493525602Af34c21
Octal332422312212605236311441
Binary110111010010010011101001010101100101010111100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,147); }

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

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

 a { background-color: rgb(27,20,147); }

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

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

 span { border-color: rgb(27,20,147); }

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