#1B2095

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

Shades of Ultramarine #1B2095

Tints of Ultramarine #1B2095

Color information

#1B2095 (or 0x1B2095) is unknown color: approx Ultramarine. HEX triplet: 1B, 20 and 95. RGB value is (27,32,149). Sum of RGB (Red+Green+Blue) = 27+32+149=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B2095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2095 is #E4DF6A. Grayscale: #2B2B2B. Windows color (decimal): -14999403 or 9773083. OLE color: 9773083.

HSL color Cylindrical-coordinate representation of color #1B2095: hue angle of 237.54º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2095 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2732149-
CMYK0.820.7900.42
HSL237.54º69.32%34.51%-
HSV(B)237.54º81.88%58.43%-
XYZ6.393.4428.76-
YUV43.84187.34115.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.98%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 149 (58.59% from 255) = 71.63%
R=12.98%
G=15.38%
B=71.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27321490.820.7900.42237.5469.3234.51
Hex1B2095524F02Aee4523
Octal334022512211705235610543
Binary1101110000010010101101001010011110101010111011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,149); }

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

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

 a { background-color: rgb(27,32,149); }

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

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

 span { border-color: rgb(27,32,149); }

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