Html Css Color HEX #131C92 Ultramarine

📋 copy color: '#131C92'

red 19 ◦ green 28 ◦ blue 146

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

Shades of Ultramarine #131C92

Tints of Ultramarine #131C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.65%

R = 9.84%
G = 14.51%
B = 75.65%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#131C92 (or 0x131C92) is known color: Ultramarine. HEX triplet: 13, 1C and 92. RGB value is (19,28,146). Sum of RGB (Red+Green+Blue) = 19+28+146=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #131C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C92 is #ECE36D. Grayscale: #262626. Windows color (decimal): -15524718 or 9575443. OLE color: 9575443.

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

Color convert

RGB 19 28 146 -
CMYK 0.87 0.81 0 0.43
HSL 235.75º 0.77% 0.32% -
HSV(B) 235.75º 0.87% 0.57% -
XYZ 5.87 3.04 27.47 -
YUV 38.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 19 28 146 0.87 0.81 0 0.43 235.75 0.77 0.32
Hex 13 1C 92 57 51 0 2B EC 4D 20
Octal 23 34 222 127 121 0 53 354 115 40
Binary 10011 11100 10010010 1010111 1010001 0 101011 11101100 1001101 100000

Color Harmonies of #131C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C92

Black with #131C92

Text Example


Text Example

White with #131C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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