Html Css Color HEX #141389 Ultramarine

📋 copy color: '#141389'

red 20 ◦ green 19 ◦ blue 137

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

Shades of Ultramarine #141389

Tints of Ultramarine #141389

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#141389 (or 0x141389) is known color: Ultramarine. HEX triplet: 14, 13 and 89. RGB value is (20,19,137). Sum of RGB (Red+Green+Blue) = 20+19+137=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 19 (7.81% from 255 or 10.80% 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 #141389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141389 is #EBEC76. Grayscale: #202020. Windows color (decimal): -15461495 or 8983316. OLE color: 8983316.

HSL color Cylindrical-coordinate representation of color #141389: hue angle of 240.51º 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 #141389 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 19 137 -
CMYK 0.85 0.86 0 0.46
HSL 240.51º 0.76% 0.31% -
HSV(B) 240.51º 0.86% 0.54% -
XYZ 5.04 2.42 23.87 -
YUV 32.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 20 19 137 0.85 0.86 0 0.46 240.51 0.76 0.31
Hex 14 13 89 55 56 0 2E F1 4C 1F
Octal 24 23 211 125 126 0 56 361 114 37
Binary 10100 10011 10001001 1010101 1010110 0 101110 11110001 1001100 11111

Color Harmonies of #141389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141389

Black with #141389

Text Example


Text Example

White with #141389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141389; }

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

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

background-color css

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

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

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

border-color css

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

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

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