#1F01A8

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

Shades of Ultramarine #1F01A8

Tints of Ultramarine #1F01A8

Color information

#1F01A8 (or 0x1F01A8) is unknown color: approx Ultramarine. HEX triplet: 1F, 01 and A8. RGB value is (31,1,168). Sum of RGB (Red+Green+Blue) = 31+1+168=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 168 (66.02% from 255 or 84% from 200); Max value from RGB is 168 - color contains mainly: blue. Hex color #1F01A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F01A8 is #E0FE57. Grayscale: #1C1C1C. Windows color (decimal): -14745176 or 11010335. OLE color: 11010335.

HSL color Cylindrical-coordinate representation of color #1F01A8: hue angle of 250.78º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01A8 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB311168-
CMYK0.820.9900.34
HSL250.78º98.82%33.14%-
HSV(B)250.78º99.4%65.88%-
XYZ7.643.1437.25-
YUV29.01206.44129.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 168 (66.02% from 255) = 84%
R=15.5%
G=0.5%
B=84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal3111680.820.9900.34250.7898.8233.14
Hex1F1A85263022fb6321
Octal37125012214304237314341
Binary11111110101000101001011000110100010111110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F01A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,168); }

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

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

 a { background-color: rgb(31,1,168); }

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

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

 span { border-color: rgb(31,1,168); }

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