#1B2093

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

Shades of Ultramarine #1B2093

Tints of Ultramarine #1B2093

Color information

#1B2093 (or 0x1B2093) is unknown color: approx Ultramarine. HEX triplet: 1B, 20 and 93. RGB value is (27,32,147). Sum of RGB (Red+Green+Blue) = 27+32+147=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #1B2093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2093 is #E4DF6C. Grayscale: #2B2B2B. Windows color (decimal): -14999405 or 9642011. OLE color: 9642011.

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

Color convert

RGB2732147-
CMYK0.820.7800.42
HSL237.5º68.97%34.12%-
HSV(B)237.5º81.63%57.65%-
XYZ6.233.3727.93-
YUV43.61186.34116.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.11%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 147 (57.81% from 255) = 71.36%
R=13.11%
G=15.53%
B=71.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27321470.820.7800.42237.568.9734.12
Hex1B2093524E02Aee4522
Octal334022312211605235610542
Binary1101110000010010011101001010011100101010111011101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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