#1b099c

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

Shades of Ultramarine #1B099C

Tints of Ultramarine #1B099C

Color information

#1B099C (or 0x1B099C) is unknown color: approx Ultramarine. HEX triplet: 1B, 09 and 9C. RGB value is (27,9,156). Sum of RGB (Red+Green+Blue) = 27+9+156=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B099C is #E4F663. Grayscale: #1E1E1E. Windows color (decimal): -15005284 or 10225947. OLE color: 10225947.

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

Color convert

RGB279156-
CMYK0.830.9400.39
HSL247.35º89.09%32.35%-
HSV(B)247.35º94.23%61.18%-
XYZ6.552.8331.65-
YUV31.14198.46125.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.06%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 156 (61.33% from 255) = 81.25%
R=14.06%
G=4.69%
B=81.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2791560.830.9400.39247.3589.0932.35
Hex1B99C535E027f75920
Octal331123412313604736713140
Binary11011100110011100101001110111100100111111101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b099c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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