Html Css Color HEX #140295 Ultramarine

📋 copy color: '#140295'

red 20 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #140295

Tints of Ultramarine #140295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 87.13%

R = 11.7%
G = 1.17%
B = 87.13%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#140295 (or 0x140295) is known color: Ultramarine. HEX triplet: 14, 02 and 95. RGB value is (20,2,149). Sum of RGB (Red+Green+Blue) = 20+2+149=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 149 (58.59% from 255 or 87.13% from 171); Max value from RGB is 149 - color contains mainly: blue. Hex color #140295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140295 is #EBFD6A. Grayscale: #171717. Windows color (decimal): -15465835 or 9765396. OLE color: 9765396.

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

Color convert

RGB 20 2 149 -
CMYK 0.87 0.99 0 0.42
HSL 247.35º 0.97% 0.3% -
HSV(B) 247.35º 0.99% 0.58% -
XYZ 5.74 2.36 28.59 -
YUV 24.14 198.46 125.05 -
System Red Green Blue C M Y K H S L
Decimal 20 2 149 0.87 0.99 0 0.42 247.35 0.97 0.3
Hex 14 2 95 57 63 0 2A F7 61 1E
Octal 24 2 225 127 143 0 52 367 141 36
Binary 10100 10 10010101 1010111 1100011 0 101010 11110111 1100001 11110

Color Harmonies of #140295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140295

Black with #140295

Text Example


Text Example

White with #140295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140295; }

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

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

background-color css

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

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

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

border-color css

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

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

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