#1F1A9C

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

Shades of Ultramarine #1F1A9C

Tints of Ultramarine #1F1A9C

Color information

#1F1A9C (or 0x1F1A9C) is unknown color: approx Ultramarine. HEX triplet: 1F, 1A and 9C. RGB value is (31,26,156). Sum of RGB (Red+Green+Blue) = 31+26+156=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F1A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1A9C is #E0E563. Grayscale: #292929. Windows color (decimal): -14738788 or 10230303. OLE color: 10230303.

HSL color Cylindrical-coordinate representation of color #1F1A9C: hue angle of 242.31º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F1A9C is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3126156-
CMYK0.800.8300.39
HSL242.31º71.43%35.69%-
HSV(B)242.31º83.33%61.18%-
XYZ6.943.4331.75-
YUV42.32192.16119.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 156 (61.33% from 255) = 73.24%
R=14.55%
G=12.21%
B=73.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31261560.800.8300.39242.3171.4335.69
Hex1F1A9C5053027f24724
Octal373223412012304736210744
Binary111111101010011100101000010100110100111111100101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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