Html Css Color HEX #131489 Ultramarine

📋 copy color: '#131489'

red 19 ◦ green 20 ◦ blue 137

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

Shades of Ultramarine #131489

Tints of Ultramarine #131489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 77.84%

R = 10.8%
G = 11.36%
B = 77.84%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#131489 (or 0x131489) is known color: Ultramarine. HEX triplet: 13, 14 and 89. RGB value is (19,20,137). Sum of RGB (Red+Green+Blue) = 19+20+137=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #131489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131489 is #ECEB76. Grayscale: #202020. Windows color (decimal): -15526775 or 8983571. OLE color: 8983571.

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

Color convert

RGB 19 20 137 -
CMYK 0.86 0.85 0 0.46
HSL 239.49º 0.76% 0.31% -
HSV(B) 239.49º 0.86% 0.54% -
XYZ 5.03 2.44 23.87 -
YUV 33.04 186.67 117.99 -
System Red Green Blue C M Y K H S L
Decimal 19 20 137 0.86 0.85 0 0.46 239.49 0.76 0.31
Hex 13 14 89 56 55 0 2E EF 4C 1F
Octal 23 24 211 126 125 0 56 357 114 37
Binary 10011 10100 10001001 1010110 1010101 0 101110 11101111 1001100 11111

Color Harmonies of #131489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131489

Black with #131489

Text Example


Text Example

White with #131489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131489; }

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

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

background-color css

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

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

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

border-color css

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

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

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