Html Css Color HEX #140293 Ultramarine

📋 copy color: '#140293'

red 20 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #140293

Tints of Ultramarine #140293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 147 (57.81% from 255) = 86.98%

R = 11.83%
G = 1.18%
B = 86.98%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#140293 (or 0x140293) is known color: Ultramarine. HEX triplet: 14, 02 and 93. RGB value is (20,2,147). Sum of RGB (Red+Green+Blue) = 20+2+147=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 147 (57.81% from 255 or 86.98% from 169); Max value from RGB is 147 - color contains mainly: blue. Hex color #140293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140293 is #EBFD6C. Grayscale: #171717. Windows color (decimal): -15465837 or 9634324. OLE color: 9634324.

HSL color Cylindrical-coordinate representation of color #140293: hue angle of 247.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140293 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 2 147 -
CMYK 0.86 0.99 0 0.42
HSL 247.45º 0.97% 0.29% -
HSV(B) 247.45º 0.99% 0.58% -
XYZ 5.58 2.3 27.75 -
YUV 23.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 20 2 147 0.86 0.99 0 0.42 247.45 0.97 0.29
Hex 14 2 93 56 63 0 2A F7 61 1D
Octal 24 2 223 126 143 0 52 367 141 35
Binary 10100 10 10010011 1010110 1100011 0 101010 11110111 1100001 11101

Color Harmonies of #140293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140293

Black with #140293

Text Example


Text Example

White with #140293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140293; }

 p { color: rgb(20,2,147); }

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

background-color css

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

 a { background-color: rgb(20,2,147); }

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

border-color css

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

 span { border-color: rgb(20,2,147); }

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