#1A0F9C

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

Shades of Ultramarine #1A0F9C

Tints of Ultramarine #1A0F9C

Color information

#1A0F9C (or 0x1A0F9C) is unknown color: approx Ultramarine. HEX triplet: 1A, 0F and 9C. RGB value is (26,15,156). Sum of RGB (Red+Green+Blue) = 26+15+156=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A0F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0F9C is #E5F063. Grayscale: #212121. Windows color (decimal): -15069284 or 10227482. OLE color: 10227482.

HSL color Cylindrical-coordinate representation of color #1A0F9C: hue angle of 244.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0F9C is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2615156-
CMYK0.830.9000.39
HSL244.68º82.46%33.53%-
HSV(B)244.68º90.38%61.18%-
XYZ6.62.9631.68-
YUV34.36196.64122.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 15 (6.25% from 255) = 7.61%
BLUE value IS 156 (61.33% from 255) = 79.19%
R=13.20%
G=7.61%
B=79.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26151560.830.9000.39244.6882.4633.53
Hex1AF9C535A027f55222
Octal321723412313204736512242
Binary11010111110011100101001110110100100111111101011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,15,156); }

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

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

 a { background-color: rgb(26,15,156); }

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

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

 span { border-color: rgb(26,15,156); }

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