#1B0092

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

Shades of Ultramarine #1B0092

Tints of Ultramarine #1B0092

Color information

#1B0092 (or 0x1B0092) is unknown color: approx Ultramarine. HEX triplet: 1B, 00 and 92. RGB value is (27,0,146). Sum of RGB (Red+Green+Blue) = 27+0+146=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0092 is #E4FF6D. Grayscale: #181818. Windows color (decimal): -15007598 or 9568283. OLE color: 9568283.

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

Color convert

RGB270146-
CMYK0.82100.43
HSL251.1º100%28.63%-
HSV(B)251.1º100%57.25%-
XYZ5.642.3127.34-
YUV24.72196.45129.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 84.39%
R=15.61%
G=0%
B=84.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2701460.82100.43251.110028.63
Hex1B092526402Bfb641d
Octal33022212214405337314435
Binary1101101001001010100101100100010101111111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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