#1A07AE

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

Shades of Ultramarine #1A07AE

Tints of Ultramarine #1A07AE

Color information

#1A07AE (or 0x1A07AE) is unknown color: approx Ultramarine. HEX triplet: 1A, 07 and AE. RGB value is (26,7,174). Sum of RGB (Red+Green+Blue) = 26+7+174=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A07AE is #E5F851. Grayscale: #1F1F1F. Windows color (decimal): -15071314 or 11405082. OLE color: 11405082.

HSL color Cylindrical-coordinate representation of color #1A07AE: hue angle of 246.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A07AE is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB267174-
CMYK0.850.9600.32
HSL246.83º92.27%35.49%-
HSV(B)246.83º95.98%68.24%-
XYZ8.143.4340.28-
YUV31.72208.29123.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 174 (68.36% from 255) = 84.06%
R=12.56%
G=3.38%
B=84.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2671740.850.9600.32246.8392.2735.49
Hex1A7AE5560020f75c23
Octal32725612514004036713443
Binary1101011110101110101010111000000100000111101111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,174); }

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

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

 a { background-color: rgb(26,7,174); }

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

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

 span { border-color: rgb(26,7,174); }

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