#1A018B

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

Shades of Ultramarine #1A018B

Tints of Ultramarine #1A018B

Color information

#1A018B (or 0x1A018B) is unknown color: approx Ultramarine. HEX triplet: 1A, 01 and 8B. RGB value is (26,1,139). Sum of RGB (Red+Green+Blue) = 26+1+139=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A018B is #E5FE74. Grayscale: #171717. Windows color (decimal): -15072885 or 9109786. OLE color: 9109786.

HSL color Cylindrical-coordinate representation of color #1A018B: hue angle of 250.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A018B is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB261139-
CMYK0.810.9900.45
HSL250.87º98.57%27.45%-
HSV(B)250.87º99.28%54.51%-
XYZ5.12.1124.56-
YUV24.21192.78129.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 139 (54.69% from 255) = 83.73%
R=15.66%
G=0.60%
B=83.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2611390.810.9900.45250.8798.5727.45
Hex1A18B516302Dfb631b
Octal32121312114305537314333
Binary1101011000101110100011100011010110111111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,1,139); }

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

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

 a { background-color: rgb(26,1,139); }

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

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

 span { border-color: rgb(26,1,139); }

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