#1B097C

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

Shades of Ultramarine #1B097C

Tints of Ultramarine #1B097C

Color information

#1B097C (or 0x1B097C) is unknown color: approx Ultramarine. HEX triplet: 1B, 09 and 7C. RGB value is (27,9,124). Sum of RGB (Red+Green+Blue) = 27+9+124=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B097C is #E4F683. Grayscale: #1B1B1B. Windows color (decimal): -15005316 or 8128795. OLE color: 8128795.

HSL color Cylindrical-coordinate representation of color #1B097C: hue angle of 249.39º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B097C is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB279124-
CMYK0.780.9300.51
HSL249.39º86.47%26.08%-
HSV(B)249.39º92.74%48.63%-
XYZ4.191.8819.21-
YUV27.49182.46127.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.88%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 124 (48.83% from 255) = 77.5%
R=16.88%
G=5.62%
B=77.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2791240.780.9300.51249.3986.4726.08
Hex1B97C4E5D033f9561a
Octal331117411613506337112632
Binary110111001111110010011101011101011001111111001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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