#1B0278

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

Shades of Ultramarine #1B0278

Tints of Ultramarine #1B0278

Color information

#1B0278 (or 0x1B0278) is unknown color: approx Ultramarine. HEX triplet: 1B, 02 and 78. RGB value is (27,2,120). Sum of RGB (Red+Green+Blue) = 27+2+120=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B0278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0278 is #E4FD87. Grayscale: #161616. Windows color (decimal): -15007112 or 7864859. OLE color: 7864859.

HSL color Cylindrical-coordinate representation of color #1B0278: hue angle of 252.71º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0278 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB272120-
CMYK0.780.9800.53
HSL252.71º96.72%23.92%-
HSV(B)252.71º98.33%47.06%-
XYZ3.861.6317.88-
YUV22.93182.78130.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.12%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 120 (47.27% from 255) = 80.54%
R=18.12%
G=1.34%
B=80.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2721200.780.9800.53252.7196.7223.92
Hex1B2784E62035fd6118
Octal33217011614206537514130
Binary1101110111100010011101100010011010111111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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