#1A08AF

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

Shades of Ultramarine #1A08AF

Tints of Ultramarine #1A08AF

Color information

#1A08AF (or 0x1A08AF) is unknown color: approx Ultramarine. HEX triplet: 1A, 08 and AF. RGB value is (26,8,175). Sum of RGB (Red+Green+Blue) = 26+8+175=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 175 (68.75% from 255 or 83.73% from 209); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A08AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A08AF is #E5F750. Grayscale: #1F1F1F. Windows color (decimal): -15071057 or 11470874. OLE color: 11470874.

HSL color Cylindrical-coordinate representation of color #1A08AF: hue angle of 246.47º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A08AF is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB268175-
CMYK0.850.9500.31
HSL246.47º91.26%35.88%-
HSV(B)246.47º95.43%68.63%-
XYZ8.253.4940.8-
YUV32.42208.46123.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 175 (68.75% from 255) = 83.73%
R=12.44%
G=3.83%
B=83.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2681750.850.9500.31246.4791.2635.88
Hex1A8AF555F01Ff65b24
Octal321025712513703736613344
Binary1101010001010111110101011011111011111111101101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A08AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,8,175); }

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

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

 a { background-color: rgb(26,8,175); }

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

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

 span { border-color: rgb(26,8,175); }

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