Html Css Color HEX #131B90 Ultramarine

📋 copy color: '#131B90'

red 19 ◦ green 27 ◦ blue 144

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

Shades of Ultramarine #131B90

Tints of Ultramarine #131B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.21%

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

R = 10%
G = 14.21%
B = 75.79%

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

#131B90 (or 0x131B90) is known color: Ultramarine. HEX triplet: 13, 1B and 90. RGB value is (19,27,144). Sum of RGB (Red+Green+Blue) = 19+27+144=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #131B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131B90 is #ECE46F. Grayscale: #252525. Windows color (decimal): -15524976 or 9444115. OLE color: 9444115.

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

Color convert

RGB 19 27 144 -
CMYK 0.87 0.81 0 0.44
HSL 236.16º 0.77% 0.32% -
HSV(B) 236.16º 0.87% 0.56% -
XYZ 5.69 2.94 26.65 -
YUV 37.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 19 27 144 0.87 0.81 0 0.44 236.16 0.77 0.32
Hex 13 1B 90 57 51 0 2C EC 4D 20
Octal 23 33 220 127 121 0 54 354 115 40
Binary 10011 11011 10010000 1010111 1010001 0 101100 11101100 1001101 100000

Color Harmonies of #131B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B90

Black with #131B90

Text Example


Text Example

White with #131B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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