Html Css Color HEX #131A9A Ultramarine

📋 copy color: '#131A9A'

red 19 ◦ green 26 ◦ blue 154

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

Shades of Ultramarine #131A9A

Tints of Ultramarine #131A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 77.39%

R = 9.55%
G = 13.07%
B = 77.39%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#131A9A (or 0x131A9A) is known color: Ultramarine. HEX triplet: 13, 1A and 9A. RGB value is (19,26,154). Sum of RGB (Red+Green+Blue) = 19+26+154=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 154 (60.55% from 255 or 77.39% from 199); Max value from RGB is 154 - color contains mainly: blue. Hex color #131A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A9A is #ECE565. Grayscale: #252525. Windows color (decimal): -15525222 or 10099219. OLE color: 10099219.

HSL color Cylindrical-coordinate representation of color #131A9A: hue angle of 236.89º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131A9A is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 26 154 -
CMYK 0.88 0.83 0 0.40
HSL 236.89º 0.78% 0.34% -
HSV(B) 236.89º 0.88% 0.6% -
XYZ 6.47 3.21 30.85 -
YUV 38.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 19 26 154 0.88 0.83 0 0.40 236.89 0.78 0.34
Hex 13 1A 9A 58 53 0 28 ED 4E 22
Octal 23 32 232 130 123 0 50 355 116 42
Binary 10011 11010 10011010 1011000 1010011 0 101000 11101101 1001110 100010

Color Harmonies of #131A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A9A

Black with #131A9A

Text Example


Text Example

White with #131A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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