#1F15B1

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

Shades of Ultramarine #1F15B1

Tints of Ultramarine #1F15B1

Color information

#1F15B1 (or 0x1F15B1) is unknown color: approx Ultramarine. HEX triplet: 1F, 15 and B1. RGB value is (31,21,177). Sum of RGB (Red+Green+Blue) = 31+21+177=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 177 (69.53% from 255 or 77.29% from 229); Max value from RGB is 177 - color contains mainly: blue. Hex color #1F15B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F15B1 is #E0EA4E. Grayscale: #292929. Windows color (decimal): -14740047 or 11605279. OLE color: 11605279.

HSL color Cylindrical-coordinate representation of color #1F15B1: hue angle of 243.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F15B1 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3121177-
CMYK0.820.8800.31
HSL243.85º78.79%38.82%-
HSV(B)243.85º88.14%69.41%-
XYZ8.77441.91-
YUV41.77204.31120.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 177 (69.53% from 255) = 77.29%
R=13.54%
G=9.17%
B=77.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31211770.820.8800.31243.8578.7938.82
Hex1F15B1525801Ff44f27
Octal372526112213003736411747
Binary11111101011011000110100101011000011111111101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F15B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,177); }

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

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

 a { background-color: rgb(31,21,177); }

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

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

 span { border-color: rgb(31,21,177); }

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