Html Css Color HEX #131C90 Ultramarine

📋 copy color: '#131C90'

red 19 ◦ green 28 ◦ blue 144

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

Shades of Ultramarine #131C90

Tints of Ultramarine #131C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

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

R = 9.95%
G = 14.66%
B = 75.39%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131C90 (or 0x131C90) is known color: Ultramarine. HEX triplet: 13, 1C and 90. RGB value is (19,28,144). Sum of RGB (Red+Green+Blue) = 19+28+144=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 28 (11.33% from 255 or 14.66% 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 #131C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C90 is #ECE36F. Grayscale: #262626. Windows color (decimal): -15524720 or 9444371. OLE color: 9444371.

HSL color Cylindrical-coordinate representation of color #131C90: hue angle of 235.68º 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 #131C90 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 28 144 -
CMYK 0.87 0.81 0 0.44
HSL 235.68º 0.77% 0.32% -
HSV(B) 235.68º 0.87% 0.56% -
XYZ 5.72 2.98 26.66 -
YUV 38.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 19 28 144 0.87 0.81 0 0.44 235.68 0.77 0.32
Hex 13 1C 90 57 51 0 2C EC 4D 20
Octal 23 34 220 127 121 0 54 354 115 40
Binary 10011 11100 10010000 1010111 1010001 0 101100 11101100 1001101 100000

Color Harmonies of #131C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C90

Black with #131C90

Text Example


Text Example

White with #131C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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