#1F06AB

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

Shades of Ultramarine #1F06AB

Tints of Ultramarine #1F06AB

Color information

#1F06AB (or 0x1F06AB) is unknown color: approx Ultramarine. HEX triplet: 1F, 06 and AB. RGB value is (31,6,171). Sum of RGB (Red+Green+Blue) = 31+6+171=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F06AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F06AB is #E0F954. Grayscale: #1F1F1F. Windows color (decimal): -14743893 or 11208223. OLE color: 11208223.

HSL color Cylindrical-coordinate representation of color #1F06AB: hue angle of 249.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F06AB is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB316171-
CMYK0.820.9600.33
HSL249.09º93.22%34.71%-
HSV(B)249.09º96.49%67.06%-
XYZ7.983.3638.76-
YUV32.28206.28127.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 171 (67.19% from 255) = 82.21%
R=14.90%
G=2.88%
B=82.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3161710.820.9600.33249.0993.2234.71
Hex1F6AB5260021f95d23
Octal37625312214004137113543
Binary1111111010101011101001011000000100001111110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F06AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,6,171); }

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

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

 a { background-color: rgb(31,6,171); }

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

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

 span { border-color: rgb(31,6,171); }

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