Html Css Color HEX #131F90 Ultramarine

📋 copy color: '#131F90'

red 19 ◦ green 31 ◦ blue 144

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

Shades of Ultramarine #131F90

Tints of Ultramarine #131F90

RGB

 RED value IS 19 (7.81% from 255) = 9.79%

 GREEN value IS 31 (12.5% from 255) = 15.98%

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

R = 9.79%
G = 15.98%
B = 74.23%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131F90 (or 0x131F90) is known color: Ultramarine. HEX triplet: 13, 1F and 90. RGB value is (19,31,144). Sum of RGB (Red+Green+Blue) = 19+31+144=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #131F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F90 is #ECE06F. Grayscale: #272727. Windows color (decimal): -15523952 or 9445139. OLE color: 9445139.

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

Color convert

RGB 19 31 144 -
CMYK 0.87 0.78 0 0.44
HSL 234.24º 0.77% 0.32% -
HSV(B) 234.24º 0.87% 0.56% -
XYZ 5.79 3.13 26.68 -
YUV 40.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 19 31 144 0.87 0.78 0 0.44 234.24 0.77 0.32
Hex 13 1F 90 57 4E 0 2C EA 4D 20
Octal 23 37 220 127 116 0 54 352 115 40
Binary 10011 11111 10010000 1010111 1001110 0 101100 11101010 1001101 100000

Color Harmonies of #131F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F90

Black with #131F90

Text Example


Text Example

White with #131F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131F90; }

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

 H1.HeaderClassName
 {
   color: #131F90;
 }
 .AnyTagClassName
 {
   color: #131F90;
 }
</style>

background-color css

<style>
 a { background-color: #131F90; }

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

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

border-color css

<style>
 span { border-color: #131F90; }

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

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