#1A0B9E

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

Shades of Ultramarine #1A0B9E

Tints of Ultramarine #1A0B9E

Color information

#1A0B9E (or 0x1A0B9E) is unknown color: approx Ultramarine. HEX triplet: 1A, 0B and 9E. RGB value is (26,11,158). Sum of RGB (Red+Green+Blue) = 26+11+158=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 158 (62.11% from 255 or 81.03% from 195); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A0B9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0B9E is #E5F461. Grayscale: #1F1F1F. Windows color (decimal): -15070306 or 10357530. OLE color: 10357530.

HSL color Cylindrical-coordinate representation of color #1A0B9E: hue angle of 246.12º 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 #1A0B9E is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2611158-
CMYK0.840.9300.38
HSL246.12º86.98%33.14%-
HSV(B)246.12º93.04%61.96%-
XYZ6.722.9332.56-
YUV32.24198.97123.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 158 (62.11% from 255) = 81.03%
R=13.33%
G=5.64%
B=81.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26111580.840.9300.38246.1286.9833.14
Hex1AB9E545D026f65721
Octal321323612413504636612741
Binary11010101110011110101010010111010100110111101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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