#1A0D7E

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

Shades of Ultramarine #1A0D7E

Tints of Ultramarine #1A0D7E

Color information

#1A0D7E (or 0x1A0D7E) is unknown color: approx Ultramarine. HEX triplet: 1A, 0D and 7E. RGB value is (26,13,126). Sum of RGB (Red+Green+Blue) = 26+13+126=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 126 (49.61% from 255 or 76.36% from 165); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A0D7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0D7E is #E5F281. Grayscale: #1D1D1D. Windows color (decimal): -15069826 or 8260890. OLE color: 8260890.

HSL color Cylindrical-coordinate representation of color #1A0D7E: hue angle of 246.9º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0D7E is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2613126-
CMYK0.790.9000.51
HSL246.9º81.29%27.25%-
HSV(B)246.9º89.68%49.41%-
XYZ4.342.0119.9-
YUV29.77182.31125.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.76%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 126 (49.61% from 255) = 76.36%
R=15.76%
G=7.88%
B=76.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26131260.790.9000.51246.981.2927.25
Hex1AD7E4F5A033f7511b
Octal321517611713206336712133
Binary110101101111111010011111011010011001111110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,126); }

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

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

 a { background-color: rgb(26,13,126); }

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

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

 span { border-color: rgb(26,13,126); }

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