Html Css Color HEX #140497 Ultramarine

📋 copy color: '#140497'

red 20 ◦ green 4 ◦ blue 151

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

Shades of Ultramarine #140497

Tints of Ultramarine #140497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 151 (59.38% from 255) = 86.29%

R = 11.43%
G = 2.29%
B = 86.29%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#140497 (or 0x140497) is known color: Ultramarine. HEX triplet: 14, 04 and 97. RGB value is (20,4,151). Sum of RGB (Red+Green+Blue) = 20+4+151=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #140497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140497 is #EBFB68. Grayscale: #181818. Windows color (decimal): -15465321 or 9896980. OLE color: 9896980.

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

Color convert

RGB 20 4 151 -
CMYK 0.87 0.97 0 0.41
HSL 246.53º 0.95% 0.3% -
HSV(B) 246.53º 0.97% 0.59% -
XYZ 5.92 2.47 29.44 -
YUV 25.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 20 4 151 0.87 0.97 0 0.41 246.53 0.95 0.3
Hex 14 4 97 57 61 0 29 F7 5F 1E
Octal 24 4 227 127 141 0 51 367 137 36
Binary 10100 100 10010111 1010111 1100001 0 101001 11110111 1011111 11110

Color Harmonies of #140497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140497

Black with #140497

Text Example


Text Example

White with #140497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140497; }

 p { color: rgb(20,4,151); }

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

background-color css

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

 a { background-color: rgb(20,4,151); }

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

border-color css

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

 span { border-color: rgb(20,4,151); }

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