Html Css Color HEX #140786 Ultramarine

📋 copy color: '#140786'

red 20 ◦ green 7 ◦ blue 134

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

Shades of Ultramarine #140786

Tints of Ultramarine #140786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 12.42%
G = 4.35%
B = 83.23%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#140786 (or 0x140786) is known color: Ultramarine. HEX triplet: 14, 07 and 86. RGB value is (20,7,134). Sum of RGB (Red+Green+Blue) = 20+7+134=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #140786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140786 is #EBF879. Grayscale: #181818. Windows color (decimal): -15464570 or 8783636. OLE color: 8783636.

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

Color convert

RGB 20 7 134 -
CMYK 0.85 0.95 0 0.47
HSL 246.14º 0.9% 0.28% -
HSV(B) 246.14º 0.95% 0.53% -
XYZ 4.67 2.02 22.7 -
YUV 25.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 20 7 134 0.85 0.95 0 0.47 246.14 0.9 0.28
Hex 14 7 86 55 5F 0 2F F6 5A 1C
Octal 24 7 206 125 137 0 57 366 132 34
Binary 10100 111 10000110 1010101 1011111 0 101111 11110110 1011010 11100

Color Harmonies of #140786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140786

Black with #140786

Text Example


Text Example

White with #140786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140786; }

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

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

background-color css

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

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

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

border-color css

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

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

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