Html Css Color HEX #1F0990 Ultramarine

📋 copy color: '#1F0990'

red 31 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #1F0990

Tints of Ultramarine #1F0990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.89%

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

R = 16.85%
G = 4.89%
B = 78.26%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F0990 (or 0x1F0990) is known color: Ultramarine. HEX triplet: 1F, 09 and 90. RGB value is (31,9,144). Sum of RGB (Red+Green+Blue) = 31+9+144=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F0990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0990 is #E0F66F. Grayscale: #1E1E1E. Windows color (decimal): -14743152 or 9439519. OLE color: 9439519.

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

Color convert

RGB 31 9 144 -
CMYK 0.78 0.94 0 0.44
HSL 249.78º 0.88% 0.3% -
HSV(B) 249.78º 0.94% 0.56% -
XYZ 5.7 2.5 26.57 -
YUV 30.97 191.79 128.02 -
System Red Green Blue C M Y K H S L
Decimal 31 9 144 0.78 0.94 0 0.44 249.78 0.88 0.3
Hex 1F 9 90 4E 5E 0 2C FA 58 1E
Octal 37 11 220 116 136 0 54 372 130 36
Binary 11111 1001 10010000 1001110 1011110 0 101100 11111010 1011000 11110

Color Harmonies of #1F0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0990

Black with #1F0990

Text Example


Text Example

White with #1F0990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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