#1A097C

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

Shades of Ultramarine #1A097C

Tints of Ultramarine #1A097C

Color information

#1A097C (or 0x1A097C) is unknown color: approx Ultramarine. HEX triplet: 1A, 09 and 7C. RGB value is (26,9,124). Sum of RGB (Red+Green+Blue) = 26+9+124=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A097C is #E5F683. Grayscale: #1A1A1A. Windows color (decimal): -15070852 or 8128794. OLE color: 8128794.

HSL color Cylindrical-coordinate representation of color #1A097C: hue angle of 248.87º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A097C is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB269124-
CMYK0.790.9300.51
HSL248.87º86.47%26.08%-
HSV(B)248.87º92.74%48.63%-
XYZ4.161.8719.21-
YUV27.19182.63127.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 124 (48.83% from 255) = 77.99%
R=16.35%
G=5.66%
B=77.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2691240.790.9300.51248.8786.4726.08
Hex1A97C4F5D033f9561a
Octal321117411713506337112632
Binary110101001111110010011111011101011001111111001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,9,124); }

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

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

 a { background-color: rgb(26,9,124); }

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

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

 span { border-color: rgb(26,9,124); }

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