#1B078E

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

Shades of Ultramarine #1B078E

Tints of Ultramarine #1B078E

Color information

#1B078E (or 0x1B078E) is unknown color: approx Ultramarine. HEX triplet: 1B, 07 and 8E. RGB value is (27,7,142). Sum of RGB (Red+Green+Blue) = 27+7+142=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B078E is #E4F871. Grayscale: #1B1B1B. Windows color (decimal): -15005810 or 9307931. OLE color: 9307931.

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

Color convert

RGB277142-
CMYK0.810.9500.44
HSL248.89º90.6%29.22%-
HSV(B)248.89º95.07%55.69%-
XYZ5.412.3425.76-
YUV28.37192.13127.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.34%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 142 (55.86% from 255) = 80.68%
R=15.34%
G=3.98%
B=80.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2771420.810.9500.44248.8990.629.22
Hex1B78E515F02Cf95b1d
Octal33721612113705437113335
Binary110111111000111010100011011111010110011111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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