Html Css Color HEX #131C95 Ultramarine

📋 copy color: '#131C95'

red 19 ◦ green 28 ◦ blue 149

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

Shades of Ultramarine #131C95

Tints of Ultramarine #131C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 76.02%

R = 9.69%
G = 14.29%
B = 76.02%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131C95 (or 0x131C95) is known color: Ultramarine. HEX triplet: 13, 1C and 95. RGB value is (19,28,149). Sum of RGB (Red+Green+Blue) = 19+28+149=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #131C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C95 is #ECE36A. Grayscale: #262626. Windows color (decimal): -15524715 or 9772051. OLE color: 9772051.

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

Color convert

RGB 19 28 149 -
CMYK 0.87 0.81 0 0.42
HSL 235.85º 0.77% 0.33% -
HSV(B) 235.85º 0.87% 0.58% -
XYZ 6.11 3.14 28.72 -
YUV 39.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 19 28 149 0.87 0.81 0 0.42 235.85 0.77 0.33
Hex 13 1C 95 57 51 0 2A EC 4D 21
Octal 23 34 225 127 121 0 52 354 115 41
Binary 10011 11100 10010101 1010111 1010001 0 101010 11101100 1001101 100001

Color Harmonies of #131C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C95

Black with #131C95

Text Example


Text Example

White with #131C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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