#1F1F94

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

Shades of Ultramarine #1F1F94

Tints of Ultramarine #1F1F94

Color information

#1F1F94 (or 0x1F1F94) is unknown color: approx Ultramarine. HEX triplet: 1F, 1F and 94. RGB value is (31,31,148). Sum of RGB (Red+Green+Blue) = 31+31+148=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F1F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1F94 is #E0E06B. Grayscale: #2B2B2B. Windows color (decimal): -14737516 or 9707295. OLE color: 9707295.

HSL color Cylindrical-coordinate representation of color #1F1F94: hue angle of 240º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1F94 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3131148-
CMYK0.790.7900.42
HSL240º65.36%35.1%-
HSV(B)240º79.05%58.04%-
XYZ6.43.4128.34-
YUV44.34186.5118.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 148 (58.20% from 255) = 70.48%
R=14.76%
G=14.76%
B=70.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31311480.790.7900.4224065.3635.1
Hex1F1F944F4F02Af04123
Octal373722411711705236010143
Binary111111111110010100100111110011110101010111100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,31,148); }

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

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

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

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

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

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

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