#1B0F90

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

Shades of Ultramarine #1B0F90

Tints of Ultramarine #1B0F90

Color information

#1B0F90 (or 0x1B0F90) is unknown color: approx Ultramarine. HEX triplet: 1B, 0F and 90. RGB value is (27,15,144). Sum of RGB (Red+Green+Blue) = 27+15+144=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B0F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0F90 is #E4F06F. Grayscale: #202020. Windows color (decimal): -15003760 or 9441051. OLE color: 9441051.

HSL color Cylindrical-coordinate representation of color #1B0F90: hue angle of 245.58º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0F90 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2715144-
CMYK0.810.9000.44
HSL245.58º81.13%31.18%-
HSV(B)245.58º89.58%56.47%-
XYZ5.662.5926.59-
YUV33.29190.48123.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.52%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 144 (56.64% from 255) = 77.42%
R=14.52%
G=8.06%
B=77.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27151440.810.9000.44245.5881.1331.18
Hex1BF90515A02Cf6511f
Octal331722012113205436612137
Binary1101111111001000010100011011010010110011110110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,15,144); }

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

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

 a { background-color: rgb(27,15,144); }

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

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

 span { border-color: rgb(27,15,144); }

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