#1B058E

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

Shades of Ultramarine #1B058E

Tints of Ultramarine #1B058E

Color information

#1B058E (or 0x1B058E) is unknown color: approx Ultramarine. HEX triplet: 1B, 05 and 8E. RGB value is (27,5,142). Sum of RGB (Red+Green+Blue) = 27+5+142=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 142 (55.86% from 255 or 81.61% from 174); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B058E is #E4FA71. Grayscale: #1A1A1A. Windows color (decimal): -15006322 or 9307419. OLE color: 9307419.

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

Color convert

RGB275142-
CMYK0.810.9600.44
HSL249.64º93.2%28.82%-
HSV(B)249.64º96.48%55.69%-
XYZ5.392.2925.75-
YUV27.2192.79127.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 142 (55.86% from 255) = 81.61%
R=15.52%
G=2.87%
B=81.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2751420.810.9600.44249.6493.228.82
Hex1B58E516002Cfa5d1d
Octal33521612114005437213535
Binary110111011000111010100011100000010110011111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,5,142); }

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

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

 a { background-color: rgb(27,5,142); }

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

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

 span { border-color: rgb(27,5,142); }

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