Html Css Color HEX #131C96 Ultramarine

📋 copy color: '#131C96'

red 19 ◦ green 28 ◦ blue 150

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

Shades of Ultramarine #131C96

Tints of Ultramarine #131C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 76.14%

R = 9.64%
G = 14.21%
B = 76.14%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#131C96 (or 0x131C96) is known color: Ultramarine. HEX triplet: 13, 1C and 96. RGB value is (19,28,150). Sum of RGB (Red+Green+Blue) = 19+28+150=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #131C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C96 is #ECE369. Grayscale: #262626. Windows color (decimal): -15524714 or 9837587. OLE color: 9837587.

HSL color Cylindrical-coordinate representation of color #131C96: hue angle of 235.88º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131C96 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 28 150 -
CMYK 0.87 0.81 0 0.41
HSL 235.88º 0.78% 0.33% -
HSV(B) 235.88º 0.87% 0.59% -
XYZ 6.19 3.17 29.14 -
YUV 39.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 19 28 150 0.87 0.81 0 0.41 235.88 0.78 0.33
Hex 13 1C 96 57 51 0 29 EC 4E 21
Octal 23 34 226 127 121 0 51 354 116 41
Binary 10011 11100 10010110 1010111 1010001 0 101001 11101100 1001110 100001

Color Harmonies of #131C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C96

Black with #131C96

Text Example


Text Example

White with #131C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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