Html Css Color HEX #140687 Ultramarine

📋 copy color: '#140687'

red 20 ◦ green 6 ◦ blue 135

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

Shades of Ultramarine #140687

Tints of Ultramarine #140687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 83.85%

R = 12.42%
G = 3.73%
B = 83.85%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#140687 (or 0x140687) is known color: Ultramarine. HEX triplet: 14, 06 and 87. RGB value is (20,6,135). Sum of RGB (Red+Green+Blue) = 20+6+135=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #140687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140687 is #EBF978. Grayscale: #181818. Windows color (decimal): -15464825 or 8848916. OLE color: 8848916.

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

Color convert

RGB 20 6 135 -
CMYK 0.85 0.96 0 0.47
HSL 246.51º 0.91% 0.28% -
HSV(B) 246.51º 0.96% 0.53% -
XYZ 4.73 2.03 23.06 -
YUV 24.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 20 6 135 0.85 0.96 0 0.47 246.51 0.91 0.28
Hex 14 6 87 55 60 0 2F F7 5B 1C
Octal 24 6 207 125 140 0 57 367 133 34
Binary 10100 110 10000111 1010101 1100000 0 101111 11110111 1011011 11100

Color Harmonies of #140687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140687

Black with #140687

Text Example


Text Example

White with #140687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140687; }

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

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

background-color css

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

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

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

border-color css

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

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

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