#1B1785

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

Shades of Ultramarine #1B1785

Tints of Ultramarine #1B1785

Color information

#1B1785 (or 0x1B1785) is unknown color: approx Ultramarine. HEX triplet: 1B, 17 and 85. RGB value is (27,23,133). Sum of RGB (Red+Green+Blue) = 27+23+133=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B1785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1785 is #E4E87A. Grayscale: #242424. Windows color (decimal): -15001723 or 8722203. OLE color: 8722203.

HSL color Cylindrical-coordinate representation of color #1B1785: hue angle of 242.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B1785 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2723133-
CMYK0.800.8300.48
HSL242.18º70.51%30.59%-
HSV(B)242.18º82.71%52.16%-
XYZ4.992.5422.42-
YUV36.74182.33121.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.75%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 133 (52.34% from 255) = 72.68%
R=14.75%
G=12.57%
B=72.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27231330.800.8300.48242.1870.5130.59
Hex1B17855053030f2471f
Octal332720512012306036210737
Binary11011101111000010110100001010011011000011110010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,23,133); }

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

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

 a { background-color: rgb(27,23,133); }

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

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

 span { border-color: rgb(27,23,133); }

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