#1F078E

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

Shades of Ultramarine #1F078E

Tints of Ultramarine #1F078E

Color information

#1F078E (or 0x1F078E) is unknown color: approx Ultramarine. HEX triplet: 1F, 07 and 8E. RGB value is (31,7,142). Sum of RGB (Red+Green+Blue) = 31+7+142=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F078E is #E0F871. Grayscale: #1D1D1D. Windows color (decimal): -14743666 or 9307935. OLE color: 9307935.

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

Color convert

RGB317142-
CMYK0.780.9500.44
HSL250.67º90.6%29.22%-
HSV(B)250.67º95.07%55.69%-
XYZ5.522.425.76-
YUV29.57191.45129.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.22%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 142 (55.86% from 255) = 78.89%
R=17.22%
G=3.89%
B=78.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3171420.780.9500.44250.6790.629.22
Hex1F78E4E5F02Cfb5b1d
Octal37721611613705437313335
Binary111111111000111010011101011111010110011111011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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