#1B028D

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

Shades of Ultramarine #1B028D

Tints of Ultramarine #1B028D

Color information

#1B028D (or 0x1B028D) is unknown color: approx Ultramarine. HEX triplet: 1B, 02 and 8D. RGB value is (27,2,141). Sum of RGB (Red+Green+Blue) = 27+2+141=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B028D is #E4FD72. Grayscale: #181818. Windows color (decimal): -15007091 or 9241115. OLE color: 9241115.

HSL color Cylindrical-coordinate representation of color #1B028D: hue angle of 250.79º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B028D is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB272141-
CMYK0.810.9900.45
HSL250.79º97.2%28.04%-
HSV(B)250.79º98.58%55.29%-
XYZ5.282.225.35-
YUV25.32193.28129.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.88%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 141 (55.47% from 255) = 82.94%
R=15.88%
G=1.18%
B=82.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2721410.810.9900.45250.7997.228.04
Hex1B28D516302Dfb611c
Octal33221512114305537314134
Binary11011101000110110100011100011010110111111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,141); }

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

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

 a { background-color: rgb(27,2,141); }

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

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

 span { border-color: rgb(27,2,141); }

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