Html Css Color HEX #131488 Ultramarine

📋 copy color: '#131488'

red 19 ◦ green 20 ◦ blue 136

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

Shades of Ultramarine #131488

Tints of Ultramarine #131488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 136 (53.52% from 255) = 77.71%

R = 10.86%
G = 11.43%
B = 77.71%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#131488 (or 0x131488) is known color: Ultramarine. HEX triplet: 13, 14 and 88. RGB value is (19,20,136). Sum of RGB (Red+Green+Blue) = 19+20+136=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #131488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131488 is #ECEB77. Grayscale: #202020. Windows color (decimal): -15526776 or 8918035. OLE color: 8918035.

HSL color Cylindrical-coordinate representation of color #131488: hue angle of 239.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131488 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 20 136 -
CMYK 0.86 0.85 0 0.47
HSL 239.49º 0.75% 0.3% -
HSV(B) 239.49º 0.86% 0.53% -
XYZ 4.96 2.42 23.5 -
YUV 32.93 186.17 118.07 -
System Red Green Blue C M Y K H S L
Decimal 19 20 136 0.86 0.85 0 0.47 239.49 0.75 0.3
Hex 13 14 88 56 55 0 2F EF 4B 1E
Octal 23 24 210 126 125 0 57 357 113 36
Binary 10011 10100 10001000 1010110 1010101 0 101111 11101111 1001011 11110

Color Harmonies of #131488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131488

Black with #131488

Text Example


Text Example

White with #131488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131488; }

 p { color: rgb(19,20,136); }

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

background-color css

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

 a { background-color: rgb(19,20,136); }

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

border-color css

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

 span { border-color: rgb(19,20,136); }

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