#1F00A1

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

Shades of Ultramarine #1F00A1

Tints of Ultramarine #1F00A1

Color information

#1F00A1 (or 0x1F00A1) is unknown color: approx Ultramarine. HEX triplet: 1F, 00 and A1. RGB value is (31,0,161). Sum of RGB (Red+Green+Blue) = 31+0+161=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 161 (63.28% from 255 or 83.85% from 192); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F00A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F00A1 is #E0FF5E. Grayscale: #1B1B1B. Windows color (decimal): -14745439 or 10551327. OLE color: 10551327.

HSL color Cylindrical-coordinate representation of color #1F00A1: hue angle of 251.55º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00A1 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB310161-
CMYK0.81100.37
HSL251.55º100%31.57%-
HSV(B)251.55º100%63.14%-
XYZ72.8633.9-
YUV27.62203.27130.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 83.85%
R=16.15%
G=0%
B=83.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3101610.81100.37251.5510031.57
Hex1F0A15164025fc6420
Octal37024112114404537414440
Binary11111010100001101000111001000100101111111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F00A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,161); }

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

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

 a { background-color: rgb(31,0,161); }

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

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

 span { border-color: rgb(31,0,161); }

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