Html Css Color HEX #131A8E Ultramarine

📋 copy color: '#131A8E'

red 19 ◦ green 26 ◦ blue 142

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

Shades of Ultramarine #131A8E

Tints of Ultramarine #131A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 142 (55.86% from 255) = 75.94%

R = 10.16%
G = 13.9%
B = 75.94%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131A8E (or 0x131A8E) is known color: Ultramarine. HEX triplet: 13, 1A and 8E. RGB value is (19,26,142). Sum of RGB (Red+Green+Blue) = 19+26+142=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #131A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A8E is #ECE571. Grayscale: #242424. Windows color (decimal): -15525234 or 9312787. OLE color: 9312787.

HSL color Cylindrical-coordinate representation of color #131A8E: hue angle of 236.59º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131A8E is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 26 142 -
CMYK 0.87 0.82 0 0.44
HSL 236.59º 0.76% 0.32% -
HSV(B) 236.59º 0.87% 0.56% -
XYZ 5.52 2.83 25.85 -
YUV 37.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 19 26 142 0.87 0.82 0 0.44 236.59 0.76 0.32
Hex 13 1A 8E 57 52 0 2C ED 4C 20
Octal 23 32 216 127 122 0 54 355 114 40
Binary 10011 11010 10001110 1010111 1010010 0 101100 11101101 1001100 100000

Color Harmonies of #131A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A8E

Black with #131A8E

Text Example


Text Example

White with #131A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,26,142); }

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

background-color css

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

 a { background-color: rgb(19,26,142); }

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

border-color css

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

 span { border-color: rgb(19,26,142); }

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