#1F00AA

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

Shades of Ultramarine #1F00AA

Tints of Ultramarine #1F00AA

Color information

#1F00AA (or 0x1F00AA) is unknown color: approx Ultramarine. HEX triplet: 1F, 00 and AA. RGB value is (31,0,170). Sum of RGB (Red+Green+Blue) = 31+0+170=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F00AA is #E0FF55. Grayscale: #1C1C1C. Windows color (decimal): -14745430 or 11141151. OLE color: 11141151.

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

Color convert

RGB310170-
CMYK0.82100.33
HSL250.94º100%33.33%-
HSV(B)250.94º100%66.67%-
XYZ7.823.1938.23-
YUV28.65207.77129.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 84.58%
R=15.42%
G=0%
B=84.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3101700.82100.33250.9410033.33
Hex1F0AA5264021fb6421
Octal37025212214404137314441
Binary11111010101010101001011001000100001111110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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