#1B208E

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

Shades of Ultramarine #1B208E

Tints of Ultramarine #1B208E

Color information

#1B208E (or 0x1B208E) is unknown color: approx Ultramarine. HEX triplet: 1B, 20 and 8E. RGB value is (27,32,142). Sum of RGB (Red+Green+Blue) = 27+32+142=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B208E is #E4DF71. Grayscale: #2A2A2A. Windows color (decimal): -14999410 or 9314331. OLE color: 9314331.

HSL color Cylindrical-coordinate representation of color #1B208E: hue angle of 237.39º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B208E is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2732142-
CMYK0.810.7700.44
HSL237.39º68.05%33.14%-
HSV(B)237.39º80.99%55.69%-
XYZ5.853.2225.9-
YUV43.04183.84116.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.43%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=13.43%
G=15.92%
B=70.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27321420.810.7700.44237.3968.0533.14
Hex1B208E514D02Ced4421
Octal334021612111505435510441
Binary1101110000010001110101000110011010101100111011011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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