#1B0B9E

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

Shades of Ultramarine #1B0B9E

Tints of Ultramarine #1B0B9E

Color information

#1B0B9E (or 0x1B0B9E) is unknown color: approx Ultramarine. HEX triplet: 1B, 0B and 9E. RGB value is (27,11,158). Sum of RGB (Red+Green+Blue) = 27+11+158=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 158 (62.11% from 255 or 80.61% from 196); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B0B9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0B9E is #E4F461. Grayscale: #1F1F1F. Windows color (decimal): -15004770 or 10357531. OLE color: 10357531.

HSL color Cylindrical-coordinate representation of color #1B0B9E: hue angle of 246.53º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0B9E is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2711158-
CMYK0.830.9300.38
HSL246.53º86.98%33.14%-
HSV(B)246.53º93.04%61.96%-
XYZ6.742.9432.56-
YUV32.54198.8124.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.78%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 158 (62.11% from 255) = 80.61%
R=13.78%
G=5.61%
B=80.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27111580.830.9300.38246.5386.9833.14
Hex1BB9E535D026f75721
Octal331323612313504636712741
Binary11011101110011110101001110111010100110111101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,11,158); }

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

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

 a { background-color: rgb(27,11,158); }

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

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

 span { border-color: rgb(27,11,158); }

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