Html Css Color HEX #140186 Ultramarine

📋 copy color: '#140186'

red 20 ◦ green 1 ◦ blue 134

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

Shades of Ultramarine #140186

Tints of Ultramarine #140186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 134 (52.73% from 255) = 86.45%

R = 12.9%
G = 0.65%
B = 86.45%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#140186 (or 0x140186) is known color: Ultramarine. HEX triplet: 14, 01 and 86. RGB value is (20,1,134). Sum of RGB (Red+Green+Blue) = 20+1+134=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #140186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140186 is #EBFE79. Grayscale: #151515. Windows color (decimal): -15466106 or 8782100. OLE color: 8782100.

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

Color convert

RGB 20 1 134 -
CMYK 0.85 0.99 0 0.47
HSL 248.57º 0.99% 0.26% -
HSV(B) 248.57º 0.99% 0.53% -
XYZ 4.6 1.89 22.68 -
YUV 21.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 20 1 134 0.85 0.99 0 0.47 248.57 0.99 0.26
Hex 14 1 86 55 63 0 2F F9 63 1A
Octal 24 1 206 125 143 0 57 371 143 32
Binary 10100 1 10000110 1010101 1100011 0 101111 11111001 1100011 11010

Color Harmonies of #140186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140186

Black with #140186

Text Example


Text Example

White with #140186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140186; }

 p { color: rgb(20,1,134); }

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

background-color css

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

 a { background-color: rgb(20,1,134); }

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

border-color css

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

 span { border-color: rgb(20,1,134); }

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