#1B099A

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

Shades of Ultramarine #1B099A

Tints of Ultramarine #1B099A

Color information

#1B099A (or 0x1B099A) is unknown color: approx Ultramarine. HEX triplet: 1B, 09 and 9A. RGB value is (27,9,154). Sum of RGB (Red+Green+Blue) = 27+9+154=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B099A is #E4F665. Grayscale: #1E1E1E. Windows color (decimal): -15005286 or 10094875. OLE color: 10094875.

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

Color convert

RGB279154-
CMYK0.820.9400.40
HSL247.45º88.96%31.96%-
HSV(B)247.45º94.16%60.39%-
XYZ6.382.7630.77-
YUV30.91197.46125.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.21%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 154 (60.55% from 255) = 81.05%
R=14.21%
G=4.74%
B=81.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2791540.820.9400.40247.4588.9631.96
Hex1B99A525E028f75920
Octal331123212213605036713140
Binary11011100110011010101001010111100101000111101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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