#1B029A

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

Shades of Ultramarine #1B029A

Tints of Ultramarine #1B029A

Color information

#1B029A (or 0x1B029A) is unknown color: approx Ultramarine. HEX triplet: 1B, 02 and 9A. RGB value is (27,2,154). Sum of RGB (Red+Green+Blue) = 27+2+154=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 154 (60.55% from 255 or 84.15% from 183); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B029A is #E4FD65. Grayscale: #1A1A1A. Windows color (decimal): -15007078 or 10093083. OLE color: 10093083.

HSL color Cylindrical-coordinate representation of color #1B029A: hue angle of 249.87º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B029A is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB272154-
CMYK0.820.9900.40
HSL249.87º97.44%30.59%-
HSV(B)249.87º98.7%60.39%-
XYZ6.312.6130.74-
YUV26.8199.78128.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.75%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 154 (60.55% from 255) = 84.15%
R=14.75%
G=1.09%
B=84.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2721540.820.9900.40249.8797.4430.59
Hex1B29A5263028fa611f
Octal33223212214305037214137
Binary11011101001101010100101100011010100011111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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