#1B0D97

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

Shades of Ultramarine #1B0D97

Tints of Ultramarine #1B0D97

Color information

#1B0D97 (or 0x1B0D97) is unknown color: approx Ultramarine. HEX triplet: 1B, 0D and 97. RGB value is (27,13,151). Sum of RGB (Red+Green+Blue) = 27+13+151=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B0D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0D97 is #E4F268. Grayscale: #202020. Windows color (decimal): -15004265 or 9899291. OLE color: 9899291.

HSL color Cylindrical-coordinate representation of color #1B0D97: hue angle of 246.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B0D97 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2713151-
CMYK0.820.9100.41
HSL246.09º84.15%32.16%-
HSV(B)246.09º91.39%59.22%-
XYZ6.182.7629.48-
YUV32.92194.64123.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.14%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 151 (59.38% from 255) = 79.06%
R=14.14%
G=6.81%
B=79.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal27131510.820.9100.41246.0984.1532.16
Hex1BD97525B029f65420
Octal331522712213305136612440
Binary11011110110010111101001010110110101001111101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,13,151); }

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

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

 a { background-color: rgb(27,13,151); }

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

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

 span { border-color: rgb(27,13,151); }

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