#1B0E8E

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

Shades of Ultramarine #1B0E8E

Tints of Ultramarine #1B0E8E

Color information

#1B0E8E (or 0x1B0E8E) is unknown color: approx Ultramarine. HEX triplet: 1B, 0E and 8E. RGB value is (27,14,142). Sum of RGB (Red+Green+Blue) = 27+14+142=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B0E8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0E8E is #E4F171. Grayscale: #1F1F1F. Windows color (decimal): -15004018 or 9309723. OLE color: 9309723.

HSL color Cylindrical-coordinate representation of color #1B0E8E: hue angle of 246.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0E8E is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2714142-
CMYK0.810.9000.44
HSL246.09º82.05%30.59%-
HSV(B)246.09º90.14%55.69%-
XYZ5.492.525.78-
YUV32.48189.81124.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.75%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 142 (55.86% from 255) = 77.60%
R=14.75%
G=7.65%
B=77.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27141420.810.9000.44246.0982.0530.59
Hex1BE8E515A02Cf6521f
Octal331621612113205436612237
Binary1101111101000111010100011011010010110011110110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,14,142); }

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

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

 a { background-color: rgb(27,14,142); }

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

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

 span { border-color: rgb(27,14,142); }

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