#1A067B

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

Shades of Ultramarine #1A067B

Tints of Ultramarine #1A067B

Color information

#1A067B (or 0x1A067B) is unknown color: approx Ultramarine. HEX triplet: 1A, 06 and 7B. RGB value is (26,6,123). Sum of RGB (Red+Green+Blue) = 26+6+123=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A067B is #E5F984. Grayscale: #181818. Windows color (decimal): -15071621 or 8062490. OLE color: 8062490.

HSL color Cylindrical-coordinate representation of color #1A067B: hue angle of 250.26º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A067B is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB266123-
CMYK0.790.9500.52
HSL250.26º90.7%25.29%-
HSV(B)250.26º95.12%48.24%-
XYZ4.071.7818.87-
YUV25.32183.13128.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 123 (48.44% from 255) = 79.35%
R=16.77%
G=3.87%
B=79.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2661230.790.9500.52250.2690.725.29
Hex1A67B4F5F034fa5b19
Octal32617311713706437213331
Binary11010110111101110011111011111011010011111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,6,123); }

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

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

 a { background-color: rgb(26,6,123); }

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

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

 span { border-color: rgb(26,6,123); }

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