Html Css Color HEX #140294 Ultramarine

📋 copy color: '#140294'

red 20 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #140294

Tints of Ultramarine #140294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 87.06%

R = 11.76%
G = 1.18%
B = 87.06%

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

#140294 (or 0x140294) is known color: Ultramarine. HEX triplet: 14, 02 and 94. RGB value is (20,2,148). Sum of RGB (Red+Green+Blue) = 20+2+148=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #140294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140294 is #EBFD6B. Grayscale: #171717. Windows color (decimal): -15465836 or 9699860. OLE color: 9699860.

HSL color Cylindrical-coordinate representation of color #140294: hue angle of 247.4º 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 #140294 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 2 148 -
CMYK 0.86 0.99 0 0.42
HSL 247.4º 0.97% 0.29% -
HSV(B) 247.4º 0.99% 0.58% -
XYZ 5.66 2.33 28.17 -
YUV 24.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 20 2 148 0.86 0.99 0 0.42 247.4 0.97 0.29
Hex 14 2 94 56 63 0 2A F7 61 1D
Octal 24 2 224 126 143 0 52 367 141 35
Binary 10100 10 10010100 1010110 1100011 0 101010 11110111 1100001 11101

Color Harmonies of #140294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140294

Black with #140294

Text Example


Text Example

White with #140294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140294; }

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

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

background-color css

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

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

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

border-color css

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

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

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