Html Css Color HEX #140995 Ultramarine

📋 copy color: '#140995'

red 20 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #140995

Tints of Ultramarine #140995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

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

R = 11.24%
G = 5.06%
B = 83.71%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#140995 (or 0x140995) is known color: Ultramarine. HEX triplet: 14, 09 and 95. RGB value is (20,9,149). Sum of RGB (Red+Green+Blue) = 20+9+149=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #140995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140995 is #EBF66A. Grayscale: #1B1B1B. Windows color (decimal): -15464043 or 9767188. OLE color: 9767188.

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

Color convert

RGB 20 9 149 -
CMYK 0.87 0.94 0 0.42
HSL 244.71º 0.89% 0.31% -
HSV(B) 244.71º 0.94% 0.58% -
XYZ 5.81 2.51 28.61 -
YUV 28.25 196.14 122.12 -
System Red Green Blue C M Y K H S L
Decimal 20 9 149 0.87 0.94 0 0.42 244.71 0.89 0.31
Hex 14 9 95 57 5E 0 2A F5 59 1F
Octal 24 11 225 127 136 0 52 365 131 37
Binary 10100 1001 10010101 1010111 1011110 0 101010 11110101 1011001 11111

Color Harmonies of #140995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140995

Black with #140995

Text Example


Text Example

White with #140995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140995; }

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

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

background-color css

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

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

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

border-color css

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

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

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