#1F13A1

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

Shades of Ultramarine #1F13A1

Tints of Ultramarine #1F13A1

Color information

#1F13A1 (or 0x1F13A1) is unknown color: approx Ultramarine. HEX triplet: 1F, 13 and A1. RGB value is (31,19,161). Sum of RGB (Red+Green+Blue) = 31+19+161=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F13A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F13A1 is #E0EC5E. Grayscale: #262626. Windows color (decimal): -14740575 or 10556191. OLE color: 10556191.

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

Color convert

RGB3119161-
CMYK0.810.8800.37
HSL245.07º78.89%35.29%-
HSV(B)245.07º88.2%63.14%-
XYZ7.233.3333.98-
YUV38.78196.98122.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 161 (63.28% from 255) = 76.30%
R=14.69%
G=9.00%
B=76.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31191610.810.8800.37245.0778.8935.29
Hex1F13A15158025f54f23
Octal372324112113004536511743
Binary111111001110100001101000110110000100101111101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F13A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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