Html Css Color HEX #140679 Ultramarine

📋 copy color: '#140679'

red 20 ◦ green 6 ◦ blue 121

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

Shades of Ultramarine #140679

Tints of Ultramarine #140679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 82.31%

R = 13.61%
G = 4.08%
B = 82.31%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140679 (or 0x140679) is known color: Ultramarine. HEX triplet: 14, 06 and 79. RGB value is (20,6,121). Sum of RGB (Red+Green+Blue) = 20+6+121=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #140679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140679 is #EBF986. Grayscale: #161616. Windows color (decimal): -15464839 or 7931412. OLE color: 7931412.

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

Color convert

RGB 20 6 121 -
CMYK 0.83 0.95 0 0.53
HSL 247.3º 0.91% 0.25% -
HSV(B) 247.3º 0.95% 0.47% -
XYZ 3.8 1.66 18.21 -
YUV 23.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 20 6 121 0.83 0.95 0 0.53 247.3 0.91 0.25
Hex 14 6 79 53 5F 0 35 F7 5B 19
Octal 24 6 171 123 137 0 65 367 133 31
Binary 10100 110 1111001 1010011 1011111 0 110101 11110111 1011011 11001

Color Harmonies of #140679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140679

Black with #140679

Text Example


Text Example

White with #140679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140679; }

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

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

background-color css

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

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

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

border-color css

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

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

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