#1A069E

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

Shades of Ultramarine #1A069E

Tints of Ultramarine #1A069E

Color information

#1A069E (or 0x1A069E) is unknown color: approx Ultramarine. HEX triplet: 1A, 06 and 9E. RGB value is (26,6,158). Sum of RGB (Red+Green+Blue) = 26+6+158=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A069E is #E5F961. Grayscale: #1C1C1C. Windows color (decimal): -15071586 or 10356250. OLE color: 10356250.

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

Color convert

RGB266158-
CMYK0.840.9600.38
HSL247.89º92.68%32.16%-
HSV(B)247.89º96.2%61.96%-
XYZ6.662.8232.54-
YUV29.31200.63125.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 158 (62.11% from 255) = 83.16%
R=13.68%
G=3.16%
B=83.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2661580.840.9600.38247.8992.6832.16
Hex1A69E5460026f85d20
Octal32623612414004637013540
Binary1101011010011110101010011000000100110111110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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