#1B1692

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

Shades of Ultramarine #1B1692

Tints of Ultramarine #1B1692

Color information

#1B1692 (or 0x1B1692) is unknown color: approx Ultramarine. HEX triplet: 1B, 16 and 92. RGB value is (27,22,146). Sum of RGB (Red+Green+Blue) = 27+22+146=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1692 is #E4E96D. Grayscale: #252525. Windows color (decimal): -15001966 or 9573915. OLE color: 9573915.

HSL color Cylindrical-coordinate representation of color #1B1692: hue angle of 242.42º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1692 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2722146-
CMYK0.820.8500.43
HSL242.42º73.81%32.94%-
HSV(B)242.42º84.93%57.25%-
XYZ5.932.8827.44-
YUV37.63189.16120.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.85%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 146 (57.42% from 255) = 74.87%
R=13.85%
G=11.28%
B=74.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal27221460.820.8500.43242.4273.8132.94
Hex1B1692525502Bf24a21
Octal332622212212505336211241
Binary110111011010010010101001010101010101011111100101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,22,146); }

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

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

 a { background-color: rgb(27,22,146); }

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

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

 span { border-color: rgb(27,22,146); }

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