Html Css Color HEX #140680 Ultramarine

📋 copy color: '#140680'

red 20 ◦ green 6 ◦ blue 128

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

Shades of Ultramarine #140680

Tints of Ultramarine #140680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

 BLUE value IS 128 (50.39% from 255) = 83.12%

R = 12.99%
G = 3.9%
B = 83.12%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#140680 (or 0x140680) is known color: Ultramarine. HEX triplet: 14, 06 and 80. RGB value is (20,6,128). Sum of RGB (Red+Green+Blue) = 20+6+128=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #140680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140680 is #EBF97F. Grayscale: #171717. Windows color (decimal): -15464832 or 8390164. OLE color: 8390164.

HSL color Cylindrical-coordinate representation of color #140680: hue angle of 246.89º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140680 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 6 128 -
CMYK 0.84 0.95 0 0.50
HSL 246.89º 0.91% 0.26% -
HSV(B) 246.89º 0.95% 0.5% -
XYZ 4.25 1.84 20.55 -
YUV 24.09 186.64 125.08 -
System Red Green Blue C M Y K H S L
Decimal 20 6 128 0.84 0.95 0 0.50 246.89 0.91 0.26
Hex 14 6 80 54 5F 0 32 F7 5B 1A
Octal 24 6 200 124 137 0 62 367 133 32
Binary 10100 110 10000000 1010100 1011111 0 110010 11110111 1011011 11010

Color Harmonies of #140680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140680

Black with #140680

Text Example


Text Example

White with #140680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140680; }

 p { color: rgb(20,6,128); }

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

background-color css

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

 a { background-color: rgb(20,6,128); }

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

border-color css

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

 span { border-color: rgb(20,6,128); }

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