Html Css Color HEX #131C93 Ultramarine

📋 copy color: '#131C93'

red 19 ◦ green 28 ◦ blue 147

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

Shades of Ultramarine #131C93

Tints of Ultramarine #131C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 75.77%

R = 9.79%
G = 14.43%
B = 75.77%

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

#131C93 (or 0x131C93) is known color: Ultramarine. HEX triplet: 13, 1C and 93. RGB value is (19,28,147). Sum of RGB (Red+Green+Blue) = 19+28+147=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #131C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C93 is #ECE36C. Grayscale: #262626. Windows color (decimal): -15524717 or 9640979. OLE color: 9640979.

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

Color convert

RGB 19 28 147 -
CMYK 0.87 0.81 0 0.42
HSL 235.78º 0.77% 0.33% -
HSV(B) 235.78º 0.87% 0.58% -
XYZ 5.95 3.08 27.88 -
YUV 38.88 189.02 113.82 -
System Red Green Blue C M Y K H S L
Decimal 19 28 147 0.87 0.81 0 0.42 235.78 0.77 0.33
Hex 13 1C 93 57 51 0 2A EC 4D 21
Octal 23 34 223 127 121 0 52 354 115 41
Binary 10011 11100 10010011 1010111 1010001 0 101010 11101100 1001101 100001

Color Harmonies of #131C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C93

Black with #131C93

Text Example


Text Example

White with #131C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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