Html Css Color HEX #1F1090 Ultramarine

📋 copy color: '#1F1090'

red 31 ◦ green 16 ◦ blue 144

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

Shades of Ultramarine #1F1090

Tints of Ultramarine #1F1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

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

R = 16.23%
G = 8.38%
B = 75.39%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F1090 (or 0x1F1090) is known color: Ultramarine. HEX triplet: 1F, 10 and 90. RGB value is (31,16,144). Sum of RGB (Red+Green+Blue) = 31+16+144=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F1090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1090 is #E0EF6F. Grayscale: #222222. Windows color (decimal): -14741360 or 9441311. OLE color: 9441311.

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

Color convert

RGB 31 16 144 -
CMYK 0.78 0.89 0 0.44
HSL 247.03º 0.8% 0.31% -
HSV(B) 247.03º 0.89% 0.56% -
XYZ 5.78 2.68 26.6 -
YUV 35.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 31 16 144 0.78 0.89 0 0.44 247.03 0.8 0.31
Hex 1F 10 90 4E 59 0 2C F7 50 1F
Octal 37 20 220 116 131 0 54 367 120 37
Binary 11111 10000 10010000 1001110 1011001 0 101100 11110111 1010000 11111

Color Harmonies of #1F1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1090

Black with #1F1090

Text Example


Text Example

White with #1F1090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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