Html Css Color HEX #140688 Ultramarine

📋 copy color: '#140688'

red 20 ◦ green 6 ◦ blue 136

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

Shades of Ultramarine #140688

Tints of Ultramarine #140688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 83.95%

R = 12.35%
G = 3.7%
B = 83.95%

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

#140688 (or 0x140688) is known color: Ultramarine. HEX triplet: 14, 06 and 88. RGB value is (20,6,136). Sum of RGB (Red+Green+Blue) = 20+6+136=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 136 (53.52% from 255 or 83.95% from 162); Max value from RGB is 136 - color contains mainly: blue. Hex color #140688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140688 is #EBF977. Grayscale: #181818. Windows color (decimal): -15464824 or 8914452. OLE color: 8914452.

HSL color Cylindrical-coordinate representation of color #140688: hue angle of 246.46º degrees, saturation: 0.92, 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 #140688 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 6 136 -
CMYK 0.85 0.96 0 0.47
HSL 246.46º 0.92% 0.28% -
HSV(B) 246.46º 0.96% 0.53% -
XYZ 4.8 2.06 23.44 -
YUV 25.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 20 6 136 0.85 0.96 0 0.47 246.46 0.92 0.28
Hex 14 6 88 55 60 0 2F F6 5C 1C
Octal 24 6 210 125 140 0 57 366 134 34
Binary 10100 110 10001000 1010101 1100000 0 101111 11110110 1011100 11100

Color Harmonies of #140688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140688

Black with #140688

Text Example


Text Example

White with #140688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140688; }

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

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

background-color css

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

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

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

border-color css

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

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

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