#1F2294

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

Shades of Ultramarine #1F2294

Tints of Ultramarine #1F2294

Color information

#1F2294 (or 0x1F2294) is unknown color: approx Ultramarine. HEX triplet: 1F, 22 and 94. RGB value is (31,34,148). Sum of RGB (Red+Green+Blue) = 31+34+148=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F2294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2294 is #E0DD6B. Grayscale: #2D2D2D. Windows color (decimal): -14736748 or 9708063. OLE color: 9708063.

HSL color Cylindrical-coordinate representation of color #1F2294: hue angle of 238.46º 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 #1F2294 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3134148-
CMYK0.790.7700.42
HSL238.46º65.36%35.1%-
HSV(B)238.46º79.05%58.04%-
XYZ6.483.5728.37-
YUV46.1185.51117.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 148 (58.20% from 255) = 69.48%
R=14.55%
G=15.96%
B=69.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31341480.790.7700.42238.4665.3635.1
Hex1F22944F4D02Aee4123
Octal374222411711505235610143
Binary1111110001010010100100111110011010101010111011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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