Html Css Color HEX #131793 Ultramarine

📋 copy color: '#131793'

red 19 ◦ green 23 ◦ blue 147

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

Shades of Ultramarine #131793

Tints of Ultramarine #131793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 10.05%
G = 12.17%
B = 77.78%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131793 (or 0x131793) is known color: Ultramarine. HEX triplet: 13, 17 and 93. RGB value is (19,23,147). Sum of RGB (Red+Green+Blue) = 19+23+147=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #131793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131793 is #ECE86C. Grayscale: #232323. Windows color (decimal): -15525997 or 9639699. OLE color: 9639699.

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

Color convert

RGB 19 23 147 -
CMYK 0.87 0.84 0 0.42
HSL 238.13º 0.77% 0.33% -
HSV(B) 238.13º 0.87% 0.58% -
XYZ 5.84 2.86 27.85 -
YUV 35.94 190.67 115.92 -
System Red Green Blue C M Y K H S L
Decimal 19 23 147 0.87 0.84 0 0.42 238.13 0.77 0.33
Hex 13 17 93 57 54 0 2A EE 4D 21
Octal 23 27 223 127 124 0 52 356 115 41
Binary 10011 10111 10010011 1010111 1010100 0 101010 11101110 1001101 100001

Color Harmonies of #131793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131793

Black with #131793

Text Example


Text Example

White with #131793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131793; }

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

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

background-color css

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

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

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

border-color css

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

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

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