Html Css Color HEX #131A94 Ultramarine

📋 copy color: '#131A94'

red 19 ◦ green 26 ◦ blue 148

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

Shades of Ultramarine #131A94

Tints of Ultramarine #131A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 76.68%

R = 9.84%
G = 13.47%
B = 76.68%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131A94 (or 0x131A94) is known color: Ultramarine. HEX triplet: 13, 1A and 94. RGB value is (19,26,148). Sum of RGB (Red+Green+Blue) = 19+26+148=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #131A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A94 is #ECE56B. Grayscale: #252525. Windows color (decimal): -15525228 or 9706003. OLE color: 9706003.

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

Color convert

RGB 19 26 148 -
CMYK 0.87 0.82 0 0.42
HSL 236.74º 0.77% 0.33% -
HSV(B) 236.74º 0.87% 0.58% -
XYZ 5.98 3.02 28.28 -
YUV 37.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 19 26 148 0.87 0.82 0 0.42 236.74 0.77 0.33
Hex 13 1A 94 57 52 0 2A ED 4D 21
Octal 23 32 224 127 122 0 52 355 115 41
Binary 10011 11010 10010100 1010111 1010010 0 101010 11101101 1001101 100001

Color Harmonies of #131A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A94

Black with #131A94

Text Example


Text Example

White with #131A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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