Html Css Color HEX #1F1490 Ultramarine

📋 copy color: '#1F1490'

red 31 ◦ green 20 ◦ blue 144

#1F1490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1F1490

Tints of Ultramarine #1F1490

RGB

 RED value IS 31 (12.5% from 255) = 15.9%

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 144 (56.64% from 255) = 73.85%

R = 15.9%
G = 10.26%
B = 73.85%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F1490 (or 0x1F1490) is known color: Ultramarine. HEX triplet: 1F, 14 and 90. RGB value is (31,20,144). Sum of RGB (Red+Green+Blue) = 31+20+144=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F1490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1490 is #E0EB6F. Grayscale: #242424. Windows color (decimal): -14740336 or 9442335. OLE color: 9442335.

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

Color convert

RGB 31 20 144 -
CMYK 0.78 0.86 0 0.44
HSL 245.32º 0.76% 0.32% -
HSV(B) 245.32º 0.86% 0.56% -
XYZ 5.85 2.81 26.62 -
YUV 37.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 31 20 144 0.78 0.86 0 0.44 245.32 0.76 0.32
Hex 1F 14 90 4E 56 0 2C F5 4C 20
Octal 37 24 220 116 126 0 54 365 114 40
Binary 11111 10100 10010000 1001110 1010110 0 101100 11110101 1001100 100000

Color Harmonies of #1F1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1490

Black with #1F1490

Text Example


Text Example

White with #1F1490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,144); }

 H1.HeaderClassName
 {
   color: #1F1490;
 }
 .AnyTagClassName
 {
   color: #1F1490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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