#1F088E

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

Shades of Ultramarine #1F088E

Tints of Ultramarine #1F088E

Color information

#1F088E (or 0x1F088E) is unknown color: approx Ultramarine. HEX triplet: 1F, 08 and 8E. RGB value is (31,8,142). Sum of RGB (Red+Green+Blue) = 31+8+142=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 142 (55.86% from 255 or 78.45% from 181); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F088E is #E0F771. Grayscale: #1D1D1D. Windows color (decimal): -14743410 or 9308191. OLE color: 9308191.

HSL color Cylindrical-coordinate representation of color #1F088E: hue angle of 250.3º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F088E is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB318142-
CMYK0.780.9400.44
HSL250.3º89.33%29.41%-
HSV(B)250.3º94.37%55.69%-
XYZ5.532.4225.77-
YUV30.15191.12128.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.13%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 142 (55.86% from 255) = 78.45%
R=17.13%
G=4.42%
B=78.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3181420.780.9400.44250.389.3329.41
Hex1F88E4E5E02Cfa591d
Octal371021611613605437213135
Binary1111110001000111010011101011110010110011111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,8,142); }

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

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

 a { background-color: rgb(31,8,142); }

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

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

 span { border-color: rgb(31,8,142); }

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